Move the atom:link out of each post
This commit is contained in:
parent
7e2d2d4d39
commit
40b68f269e
@ -10,6 +10,7 @@
|
|||||||
<email>{{ email_user }} [a] {{ email_domain }}</email>
|
<email>{{ email_user }} [a] {{ email_domain }}</email>
|
||||||
<uri>https://{{ blog_url }}/about.html</uri>
|
<uri>https://{{ blog_url }}/about.html</uri>
|
||||||
</author>
|
</author>
|
||||||
|
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<guid isPermaLink="true">
|
<guid isPermaLink="true">
|
||||||
https://{{ blog_url }}/{{ slug }}.html
|
https://{{ blog_url }}/{{ slug }}.html
|
||||||
</guid>
|
</guid>
|
||||||
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
{{ summary }}
|
{{ summary }}
|
||||||
|
Reference in New Issue
Block a user