sitemap
This commit is contained in:
parent
f8ddfb09e2
commit
d18e556f2d
4 changed files with 13 additions and 2 deletions
12
layout/rss_item.xml
Normal file
12
layout/rss_item.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<item>
|
||||
<title>{{ title }}</title>
|
||||
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<p>
|
||||
{{ content }}
|
||||
</p>
|
||||
]]>
|
||||
</description>
|
||||
<pubDate>{{ rfc_2822_date }}</pubDate>
|
||||
</item>
|
||||
Loading…
Add table
Add a link
Reference in a new issue