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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f6923f  Fix flake test
9f6923f is described below

commit 9f6923f59a85ec374f79798b16173224c18b85f0
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Thu Apr 8 07:22:21 2021 -0700

    Fix flake test
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 897dfb1..dff1a4c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -40,7 +40,7 @@ SITEURL = 'https://petri.apache.org'
 PAGES_PATHS = ['content']
 # PATH_METADATA= '(?P<path_no_ext>.*)\..*'
 # PAGE_SAVE_AS= '{path_no_ext}.html'
-PAGE_URL= '{slug}.html'
+PAGE_URL = '{slug}.html'
 SLUGIFY_SOURCE = 'basename'
 PAGE_SAVE_AS = '{slug}.html'
 

Reply via email to