some cleanup and better notation

This commit is contained in:
Robert Clarke 2019-05-07 14:19:42 +01:00
parent 09c17330d6
commit 34905fb69f
2 changed files with 39 additions and 18 deletions

View file

@ -16,12 +16,12 @@
{% block title %}{{ config.title }}{% endblock title %}
</title>
{{ index_macros::css() }}
<!-- This script must follow css -->
{% if config.extra.zulma_allow_theme_selection %}
<script type="text/javascript" src="{{ get_url(path="js/switchcss.js") }}"></script>
{% endif %}
{% if config.generate_rss %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}">
{% endif %}