mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-24 23:18:54 +02:00
Merge 5c63bd4030
into 84a95ed0e8
This commit is contained in:
commit
df44171259
@ -53,3 +53,8 @@
|
|||||||
{% if site.blog.inline_footnotes == true %}
|
{% if site.blog.inline_footnotes == true %}
|
||||||
<link rel="stylesheet" href="{{ "assets/css/bf.css" | relative_url }}">
|
<link rel="stylesheet" href="{{ "assets/css/bf.css" | relative_url }}">
|
||||||
{% endif %}
|
{% 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