Skip to content

Commit 98636cb

Browse files
committed
πŸ“Ž add link to RSS feed to normal quotes page
1 parent 315f3f3 commit 98636cb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="alternate" type="application/rss+xml" href="{{fix_url('/zitat-des-tages/feed')}}">

β€Žan_website/templates/pages/quotes/main_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block head %}
44
<link rel="me" href="https://fosspri.de/@asozialer_bot">
5-
<link rel="alternate" type="application/rss+xml" href="{{fix_url('/zitat-des-tages/feed')}}">
5+
{% include "./link_rss.html" %}
66
{% end %}
77

88
{% block body %}

β€Žan_website/templates/pages/quotes/quotes.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" type="text/css"
88
href="{{fix_static('css/quotes/quotes.css')}}">
99
<script type="module" src="{{fix_static('js/quotes/quotes.js')}}"></script>
10+
{% include "./link_rss.html" %}
1011
{% end %}
1112

1213
{% block body %}

0 commit comments

Comments
Β (0)