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 7463236  Set SLUGIFY_SOURCE
7463236 is described below

commit 74632368de6cdff7c90ac9b2fd307b151158076c
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 28 13:04:37 2021 -0700

    Set SLUGIFY_SOURCE
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to