[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-57-g875336c

git at osgeo.org git at osgeo.org
Sat Sep 9 01:25:17 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  875336cc122fc280468e6018d9074dd8a992a505 (commit)
      from  f9d9143e169a3caf4e71cead7b9d3d527665ab98 (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 875336cc122fc280468e6018d9074dd8a992a505
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 9 04:25:13 2023 -0400

    Fix pdf links

diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index f754699..ff58947 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -14,7 +14,7 @@
 </li>
 <li>PostGIS {{ $key }} PDF:
 	{{ range $.Site.Params.docLanguages }}
-	<a href="{{$.Site.Params.postgis.site_docs}}/postgis-{{ $key }}.{{.}}.pdf">{{ . }}</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/postgis-{{ $key }}-{{.}}.pdf">{{ . }}</a>
 	{{ end }}
 </li>
 <li>PostGIS {{ $key }} Cheat Sheets:

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

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