Make atom, rss, sitemap file not to be searched

This commit is contained in:
AhyoungRyu 2016-10-01 16:07:42 +09:00
parent c7ce709f35
commit da1eb84548
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
layout: nil
title : Atom Feed
title :
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

View file

@ -1,6 +1,6 @@
---
layout: nil
title : RSS Feed
title :
---
<?xml version="1.0" encoding="UTF-8" ?>

View file

@ -1,6 +1,6 @@
---
# Remember to set production_url in your _config.yml file!
title : Sitemap
title :
---
{% for page in site.pages %}
{{site.production_url}}{{ page.url }}{% endfor %}