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

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


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

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

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 54a536b..25485de 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