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

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 71897a2  No translations
71897a2 is described below

commit 71897a23d3f07cdc67a810d730e0244aaf748af4
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 28 13:08:30 2021 -0700

    No translations
---
 pelicanconf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 626a99f..901c2f9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -25,8 +25,9 @@ STATIC_PATHS = [ '.' ]
 PATH_METADATA= '(?P<path_no_ext>.*)\..*'
 PAGE_SAVE_AS= '{path_no_ext}.html'
 PAGE_URL= '{path_no_ext}.html'
-SLUGIFY_SOURCE = 'basename'
-#PAGE_SAVE_AS = '{slug}.html'
+PAGE_TRANSLATION_ID = None
+# SLUGIFY_SOURCE = 'basename'
+# PAGE_SAVE_AS = '{slug}.html'
 
 # We don't use articles, but we don't want pelican to think
 # that content/ contains articles.

Reply via email to