This commit is contained in:
Louis Royer 2022-03-29 10:47:16 +02:00 committed by GitHub
commit df44171259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,3 +53,8 @@
{% if site.blog.inline_footnotes == true %}
<link rel="stylesheet" href="{{ "assets/css/bf.css" | relative_url }}">
{% endif %}
{% if site.author.rss == true %}
<!-- RSS feed -->
<link type="application/rss+xml" rel="alternate" href="{{ '/feed.xml' | prepend: site.baseurl }}" title="{{ site.blog.title | xml_escape }}" />
{% endif %}