Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit e0797dd

Browse files
committed
Render all specified feeds
1 parent 7a856e2 commit e0797dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inyoka_theme_default/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
<title>{% block title %}Inyoka{% endblock %}</title>
2626

27+
{% for title, url in feeds %}
28+
<link rel="alternate" href="{{ url|e }}" title="{{ title|e }}" type="application/atom+xml" />
29+
{% endfor %}
30+
2731
<link href="{{ href('static', 'style', 'style.css') }}" rel="stylesheet" type="text/css" />
2832
{% endblock %}
2933
</head>

0 commit comments

Comments
 (0)