aboutsummaryrefslogtreecommitdiff
path: root/_includes/assets.html
blob: e0db38b6152646c895e010cbb8abf8c34fe9c91d (plain)
1
2
3
4
5
{% comment %}<!-- We have the same CSS file for all languages -->{% endcomment %}
<link href="{{ "/stylesheets/main.css" | prepend: site.baseurl_root }}" rel="stylesheet" type="text/css" />

{% comment %}<!-- We have the same JS file for all languages -->{% endcomment %}
<script src="{{ "/javascripts/dist/main.min.js" | prepend: site.baseurl_root }}"></script>