Added guid
This commit is contained in:
parent
589020dbf8
commit
3fecfb362a
|
@ -12,6 +12,7 @@ generator: [posts_tag_index]
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title }}</title>
|
<title>{{ post.title }}</title>
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
<pubDate>{{ post.date|date('r') }}</pubDate>
|
<pubDate>{{ post.date|date('r') }}</pubDate>
|
||||||
<description>{{ post.description|raw }}</description>
|
<description>{{ post.description|raw }}</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue