[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-59-ge7ab979
git at osgeo.org
git at osgeo.org
Mon Sep 11 18:21:30 PDT 2023
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 e7ab9793237e8ae28f5a2ec26759109107d05d6f (commit)
from 67ed867e8402a7ca8bfebc68b1e37da2cb7bef76 (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 e7ab9793237e8ae28f5a2ec26759109107d05d6f
Author: Regina Obe <lr at pcorp.us>
Date: Mon Sep 11 21:21:31 2023 -0400
Make dev links be permalink to manual-dev instead of specific version
diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index 240a0ef..250a0c8 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -9,7 +9,7 @@
<li>PostGIS {{ $key }}
HTML:
{{ range $.Site.Params.docLanguages }}
- <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/{{ . }}/">{{ . }}</a>
+ <a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/{{ . }}/">{{ . }}</a>
{{ end }}
</li>
<li>PostGIS {{ $key }} PDF:
-----------------------------------------------------------------------
Summary of changes:
layouts/shortcodes/doclinks.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list