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:45 UTC

[lucene-site] 01/02: 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 1678ac0d110f8e3a5c10066908cf8fce008d55f4
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 18:02:14 2022 +0100

    Minor change to trigger a build.
---
 pelicanconf.py | 1 +
 1 file changed, 1 insertion(+)

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