some cleanup and better notation
This commit is contained in:
parent
09c17330d6
commit
34905fb69f
2 changed files with 39 additions and 18 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue