all repos — homestead @ be14399ce22926435bae2efa5f023956687c3a52

Code for my website

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

Alan Pearce
commit

be14399ce22926435bae2efa5f023956687c3a52

parent

a2a22e76e1af32cb521e3736523cd9009a0b7755

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>