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

[openwebbeans-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/openwebbeans-site.git


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

commit fbe6cff3b33ace3d000a71ee3f0d7e9e8dabc4e5
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 14 11:36:58 2021 -0700

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 57d875a..6e3e3c0 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