all repos — website @ 181ab0399d23a8edb732610d8e545ed227136908

My website

Make style a css file (although zola requires .html extension)

Alan Pearce
commit

181ab0399d23a8edb732610d8e545ed227136908

parent

6be02cea11848175ead843d2ecad78dd0548a8a4

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M themes/bear/templates/base.htmlthemes/bear/templates/base.html
@@ -12,7 +12,9 @@ {% 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 -%} {%- endif %} + <style> {% include "style.html" ignore missing -%} + </style> {% include "custom_head.html" ignore missing -%} </head> <body>