Commit 98636cb 1 parent 315f3f3 commit 98636cb Copy full SHA for 98636cb
File tree 3 files changed +3
-1
lines changed
an_website/templates/pages/quotes
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ < link rel ="alternate " type ="application/rss+xml " href ="{{fix_url('/zitat-des-tages/feed')}} ">
Original file line number Diff line number Diff line change 2
2
3
3
{% block head %}
4
4
< 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" %}
6
6
{% end %}
7
7
8
8
{% block body %}
Original file line number Diff line number Diff line change 7
7
< link rel ="stylesheet " type ="text/css "
8
8
href ="{{fix_static('css/quotes/quotes.css')}} ">
9
9
< script type ="module " src ="{{fix_static('js/quotes/quotes.js')}} "> </ script >
10
+ {% include "./link_rss.html" %}
10
11
{% end %}
11
12
12
13
{% block body %}
You canβt perform that action at this time.
0 commit comments