Add sitemap.xml
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
permalink: feed/feed.xml
|
||||
excludeFromSitemap: true
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
@ -23,4 +24,4 @@ permalink: feed/feed.xml
|
||||
<content type="html">{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content>
|
||||
</entry>
|
||||
{%- endfor %}
|
||||
</feed>
|
||||
</feed>
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
permalink: feed/.htaccess
|
||||
excludeFromSitemap: true
|
||||
---
|
||||
# For Apache, to show `{{ metadata.feed.filename }}` when browsing to directory /feed/ (hide the file!)
|
||||
DirectoryIndex {{ metadata.feed.filename }}
|
||||
DirectoryIndex {{ metadata.feed.filename }}
|
||||
|
Reference in New Issue
Block a user