the home site for me: also iteration 3 or 4 of my site

chore: add title to rss feeds

+2 -2
+2 -2
templates/head.html
··· 68 68 href="{{ get_url(path=config.extra.favicon, trailing_slash=false) }}" 69 69 /> 70 70 {% endif %} {% endblock metatags %} {% if config.generate_feeds %} {% block 71 - feed%} <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ 71 + feed%} <link rel="alternate" type="application/atom+xml" title="Kieran Klukas' Atom feed" href="{{ 72 72 get_url(path="atom.xml", trailing_slash=false) }}"> <link rel="alternate" 73 - type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", 73 + type="application/rss+xml" title="Kieran Klukas' RSS feed" href="{{ get_url(path="rss.xml", 74 74 trailing_slash=false) }}"> {% endblock feed %} {% endif%} {% block css %} {% set 75 75 cssHash = get_hash(path="css/main.css", sha_type=256, base64=true) %} 76 76 <link