diff options
author | Alan Pearce | 2023-04-18 14:53:30 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 14:53:30 +0200 |
commit | c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0 (patch) | |
tree | 988cee910507c521d83080cc36a7c2e1665451ef /templates/base.html | |
parent | 4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (diff) | |
download | website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.lz website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.zst website-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.zip |
Reformat templates
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 80d1e73..00fcd43 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ {%- if config.generate_feed %} {% block rss -%} <link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }}" href="{{ get_url(path=config.feed_filename) | safe }}"> - {% endblock -%} + {%- endblock -%} {%- endif %} {% include "style.html" ignore missing -%} {% include "custom_head.html" ignore missing -%} |