Fix feed links
This commit is contained in:
parent
4c1aa547e1
commit
a4bfec11f5
2 changed files with 4 additions and 4 deletions
|
|
@ -26,11 +26,11 @@
|
|||
<link rel="alternate"
|
||||
type="application/atom+xml"
|
||||
title="Atom feed"
|
||||
href="{{ get_url(path=" atom.xml", trailing_slash=false) }}">
|
||||
href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
|
||||
<link rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="RSS"
|
||||
href="{{ get_url(path=" rss.xml", trailing_slash=false) }}">
|
||||
href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
|
||||
{% endblock %}
|
||||
<link rel="stylesheet" href="/main.css" />
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue