[postgis-tickets] [SCM] postgis.net branch hugo updated. 16f81dc9bff2a36650243a096853f3eb9cfbc1ad

git at osgeo.org git at osgeo.org
Wed Mar 30 21:12:25 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, hugo has been updated
       via  16f81dc9bff2a36650243a096853f3eb9cfbc1ad (commit)
      from  de1df9acf17ccd152333511f92646fcfa4178cbe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 16f81dc9bff2a36650243a096853f3eb9cfbc1ad
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 31 00:12:15 2022 -0400

    Change post to use title instead of file-name.  Filename includes month day which the old site did not have in path

diff --git a/config/_default/config.toml b/config/_default/config.toml
index 59869af..19b5cef 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -13,7 +13,7 @@ event = "events"
 
 [permalinks]
   '/pages/' = '/:filename/'
-  '/post/' = '/:year/:month/:day/:filename/'
+  '/post/' = '/:year/:month/:day/:title/'
   '/events/' = '/events/:filename/'
   '/rfcs/' = '/rfcs/:filename/'
   '/' = '/:filename/'

-----------------------------------------------------------------------

Summary of changes:
 config/_default/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list