You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/11/22 17:02:46 UTC

[lucene-site] 02/02: Revert "Minor change to trigger a build."

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

jpountz pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 04c821da8afb148d14d865ff7229b2a47dda5c51
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 18:02:28 2022 +0100

    Revert "Minor change to trigger a build."
    
    This reverts commit 1678ac0d110f8e3a5c10066908cf8fce008d55f4.
---
 pelicanconf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 6dcb8e0f7..0ecaa028a 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -27,7 +27,6 @@ TIMEZONE = 'UTC'
 DEFAULT_LANG = 'en'
 
 DEFAULT_DATE_FORMAT = '%-d %B %Y'
-
 DATE_FORMATS = {
     'en': '%-d %B %Y',
 }