fix link to main rss feed
This commit is contained in:
parent
93ff947e23
commit
036914c0ee
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
<link id="syntax_highlight" href="#" rel="stylesheet">
|
<link id="syntax_highlight" href="#" rel="stylesheet">
|
||||||
{% block rss %}
|
{% block rss %}
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="blog/rss.xml", trailing_slash=false) }}">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<title>
|
<title>
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
|
Loading…
Reference in a new issue