mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-09 07:48:55 +02:00
Add link to RSS feed in HTML head
This should allow RSS detection by browsers / browser extensions (e.g. "Awsome RSS" for firefox).
This commit is contained in:
parent
bb53de7d88
commit
5c63bd4030
@ -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