This commit is contained in:
+4
-1
@@ -1,4 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% from "macros/feed-links.html" import feed_autodiscovery with context %}
|
||||
{% block feed_head %}
|
||||
{% if this._path == '/' %}{{ feed_autodiscovery('https://www.labyricorn.com/feed.xml', 'https://www.labyricorn.com/rss.xml', 'Labyricorn - Recent Activity') }}{% endif %}
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
{% if this._path == '/' %}
|
||||
{% include "home.html" %}
|
||||
@@ -14,4 +18,3 @@
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user