[SCM] postgis.net branch website updated. clarity-final-181-gad7a9fc
git at osgeo.org
git at osgeo.org
Thu Mar 26 08:31:59 PDT 2026
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, website has been updated
via ad7a9fc7a906275bb67a58cf0399c16d2f6a4591 (commit)
from 8f687a26d24cd29558ab3d159ecf5a675d7e5fae (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 ad7a9fc7a906275bb67a58cf0399c16d2f6a4591
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 26 11:31:36 2026 -0400
Get rid of .Site.Author and .Site.Author.email, not supported in newer hugo
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 49ce559..567a148 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -18,9 +18,7 @@
<link>{{ .Permalink }}</link>
<description>Recent content on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
- <language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
- <managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
- <webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
+ <language>{{.}}</language>{{end}}{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{- with .OutputFormats.Get "RSS" -}}
-----------------------------------------------------------------------
Summary of changes:
layouts/_default/rss.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list