Move CSS, JS and fonts

This commit is contained in:
Oliver Davies 2018-10-27 20:05:16 +01:00
parent cfdef969aa
commit 5a09dcdb19
3 changed files with 9 additions and 7 deletions

View file

@ -13,7 +13,7 @@
<title>{{ helpers.htmlTitle(site, page) }}</title>
{% include 'meta' %}
<link rel="stylesheet" href="/dist/css/app.css">
<link rel="stylesheet" href="/css/app.css">
{% block stylesheets %}{% endblock %}
{% for size in site.apple_touch_icon_sizes %}
@ -71,7 +71,7 @@
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
{% endif %}
<script src="/dist/js/all.js"></script>
<script src="/js/all.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>