fix: feed attribute
This commit is contained in:
parent
58602e5b0a
commit
b4bf477ca9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{% block title %}All posts • Cory Dransfeldt{% endblock %}
|
{% block title %}All posts • Cory Dransfeldt{% endblock %}
|
||||||
</title>
|
</title>
|
||||||
<link href="{{ pkg.homepage }}/feed.xml" rel="self" />
|
<link href="{{ pkg.homepage }}/feed.xml" rel="self" />
|
||||||
<link href="{{ pkg.homepage }}" />
|
<link href="{{ pkg.homepage }}/" />
|
||||||
<link rel="hub" href="http://pubsubhubbub.superfeedr.com/" />
|
<link rel="hub" href="http://pubsubhubbub.superfeedr.com/" />
|
||||||
<updated>
|
<updated>
|
||||||
{% block update %}
|
{% block update %}
|
||||||
|
|
Reference in a new issue