diff options
Diffstat (limited to 'themes/bear/templates/base.html')
-rw-r--r-- | themes/bear/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html index 4ba8442..3b5340e 100644 --- a/themes/bear/templates/base.html +++ b/themes/bear/templates/base.html @@ -12,7 +12,9 @@ <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 -%} {%- endif %} + <style> {% include "style.html" ignore missing -%} + </style> {% include "custom_head.html" ignore missing -%} </head> <body> |