Fix RSS link in base template
This commit is contained in:
parent
2acf7eab6b
commit
77d25600a4
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/base.css" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/rss.xml">
|
||||
<title>{% block title %}{{ config.title }}{% endblock %}</title>
|
||||
|
||||
{% block links %}{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue