[SCM] postgis.net branch website updated. clarity-final-144-g646a361
git at osgeo.org
git at osgeo.org
Sun Jul 20 01:38:16 PDT 2025
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 646a361983442e756bfec94b3109864b1deb732b (commit)
from 05f1db4c8bf285664503c81bbd5c7ae262e5feee (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 646a361983442e756bfec94b3109864b1deb732b
Author: Regina Obe <lr at pcorp.us>
Date: Sun Jul 20 04:38:10 2025 -0400
Get rid of code deprecated in latest hugo versions
diff --git a/themes/hugo-geekdoc/layouts/partials/language.html b/themes/hugo-geekdoc/layouts/partials/language.html
index fdcafd2..e6ab7ef 100644
--- a/themes/hugo-geekdoc/layouts/partials/language.html
+++ b/themes/hugo-geekdoc/layouts/partials/language.html
@@ -1,4 +1,5 @@
-{{ if .Site.IsMultiLingual }}
+{{/* if .Site.IsMultilingual */}}
+{{ if false}}
<span class="gdoc-language">
<ul class="gdoc-language__selector" role="button" aria-pressed="false" tabindex="0">
<li>
diff --git a/themes/hugo-geekdoc/layouts/partials/microformats/opengraph.html b/themes/hugo-geekdoc/layouts/partials/microformats/opengraph.html
index 97716ca..9eee18f 100644
--- a/themes/hugo-geekdoc/layouts/partials/microformats/opengraph.html
+++ b/themes/hugo-geekdoc/layouts/partials/microformats/opengraph.html
@@ -62,7 +62,3 @@
{{- end }}
{{- end }}
-{{- /* Facebook Page Admin ID for Domain Insights */}}
-{{- with .Site.Social.facebook_admin }}
- <meta property="fb:admins" content="{{ . }}" />
-{{- end }}
diff --git a/themes/hugo-geekdoc/layouts/partials/microformats/twitter_cards.html b/themes/hugo-geekdoc/layouts/partials/microformats/twitter_cards.html
index a2cc08c..197f483 100644
--- a/themes/hugo-geekdoc/layouts/partials/microformats/twitter_cards.html
+++ b/themes/hugo-geekdoc/layouts/partials/microformats/twitter_cards.html
@@ -9,7 +9,4 @@
{{- end }}
{{- with partial "utils/description" . }}
<meta name="twitter:description" content="{{ . | plainify | htmlUnescape | chomp }}" />
-{{- end }}
-{{- with .Site.Social.twitter -}}
- <meta name="twitter:site" content="@{{ . }}" />
-{{- end }}
+{{- end }}
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
themes/hugo-geekdoc/layouts/partials/language.html | 3 ++-
themes/hugo-geekdoc/layouts/partials/microformats/opengraph.html | 4 ----
themes/hugo-geekdoc/layouts/partials/microformats/twitter_cards.html | 5 +----
3 files changed, 3 insertions(+), 9 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list