tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
chore: add title to rss feeds
Kieran Klukas
1 year ago
070a4be8
54342d84
+2
-2
1 changed file
expand all
collapse all
unified
split
templates
head.html
+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
71
-
feed%} <link rel="alternate" type="application/atom+xml" title="RSS" href="{{
71
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
73
-
type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml",
73
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