You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by wa...@apache.org on 2021/06/14 18:40:47 UTC

[olingo-site] branch main updated: No ATOM feeds

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/olingo-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9903e82  No ATOM feeds
9903e82 is described below

commit 9903e82e3bf5cea6f0d8e5279ae6157567c4535e
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 14 11:35:59 2021 -0700

    No ATOM feeds
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 72a3398..cb3b34d 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -77,7 +77,7 @@ PAGE_TRANSLATION_ID = None
 
 # Enable ATOM feed and Disable other feeds
 FEED_DOMAIN = SITEURL
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
+FEED_ALL_ATOM = None
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None
 AUTHOR_FEED_ATOM = None