[SCM] postgis.net branch website updated. clarity-final-156-gb76b285
git at osgeo.org
git at osgeo.org
Sun Oct 12 22:16:53 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 b76b2855c927dc8fa370b5f5a53616e87373c5b2 (commit)
from 270c679d3dd4ed57d45dbffdf92f6b0c81f9854f (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 b76b2855c927dc8fa370b5f5a53616e87373c5b2
Author: Regina Obe <lr at pcorp.us>
Date: Mon Oct 13 01:16:08 2025 -0400
Fix for doc pds 3.5+ links now having lang tab
Closes https://trac.osgeo.org/postgis/ticket/6002
diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index f4dc882..429f0ee 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -42,7 +42,7 @@
<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet-{{.}}.html">{{ . }}</a>
{{ end }}
</li>
-
+
<li>tiger_geocoder:
{{ range $.Site.Params.docLanguages }}
<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/tiger_geocoder_cheatsheet-{{.}}.html">{{ . }}</a>
@@ -56,7 +56,7 @@
{{ if ( and (ne .is_dev true) (eq $ver "stable") (ne .eol true ) ) }}
<li><b>PostGIS {{ $key }}</b> (
<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}">HTML</a>
- | <a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.pdf">PDF</a>
+ | <a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}{{ cond (le $key 3.4) "" "-en" }}.pdf">PDF</a>
| <a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.epub">EPUB</a> )
</li>
{{ end }}
-----------------------------------------------------------------------
Summary of changes:
layouts/shortcodes/doclinks.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list