diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 16:26:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 16:26:01 +0200 |
| commit | bf563861320cf207bb2d788f50b327e4eb37016a (patch) | |
| tree | 7e775216592e1f935fd9a10a6cf59f84c789f7c9 /templates | |
| parent | 9ae202820b698796f93b929b3e30cd499de796a1 (diff) | |
showing a graph
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/_footer.liquid | 5 | ||||
| -rw-r--r-- | templates/_header.liquid | 1 | ||||
| -rw-r--r-- | templates/home.liquid | 14 |
3 files changed, 2 insertions, 18 deletions
diff --git a/templates/_footer.liquid b/templates/_footer.liquid index e02b928..ca776f0 100644 --- a/templates/_footer.liquid +++ b/templates/_footer.liquid @@ -1,8 +1,5 @@ - <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> - <script src="/assets/js/vendor/util.js"></script> - <script src="/assets/js/vendor/flickity.pkgd.min.js"></script> - <script src="/assets/js/km.js"></script> + <script src="/assets/js/bundle.js"></script> </body> </html> diff --git a/templates/_header.liquid b/templates/_header.liquid index 349ab58..372299b 100644 --- a/templates/_header.liquid +++ b/templates/_header.liquid @@ -31,7 +31,6 @@ <link rel="stylesheet" href="/assets/css/flickity.css"> <link rel="stylesheet" href="/assets/css/ionicons.css"> <link rel="stylesheet" href="/assets/css/fonts.css"> - <link rel="stylesheet" href="/assets/css/css.css"> </head> diff --git a/templates/home.liquid b/templates/home.liquid index 4ab18c6..b61dfb5 100644 --- a/templates/home.liquid +++ b/templates/home.liquid @@ -1,17 +1,5 @@ {% include "_header" %} -<div class="content page"> -{% for page in pages %} - {% unless page.hidden %} - {% if homepage.title_italics %} - <i>{{homepage.title}}</i><br> - {% else %} - {{homepage.title}}<br> - {% endif %} - {{ homepage.text | newline_to_br }} - </a> - {% endunless %} -{% endfor %} -</div> +<div id="graph"></div> {% include "_footer" %} |
