fix: add alternate rss link at homepage #14

This commit is contained in:
Kilerd Chan 2019-06-10 11:56:10 +08:00
parent 9c7d76f6de
commit 408f2c5d9c

View File

@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="{% block keywords %}{% endblock keywords %}" />
<link rel="stylesheet" href="/statics/style.css">
<link rel="alternate" type="application/rss+xml" title="{{ setting.title }}" href="/rss" />
<title>{% block title %}Rubble{% endblock title %}</title>
</head>
<body>