mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-16 19:28:54 +02:00
Merge 5c63bd4030
into 84a95ed0e8
This commit is contained in:
commit
df44171259
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user