mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Make atom, rss, sitemap file not to be searched
This commit is contained in:
parent
c7ce709f35
commit
da1eb84548
3 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: nil
|
||||
title : RSS Feed
|
||||
title :
|
||||
---
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue