[postgis-tickets] [SCM] postgis.net branch hugo updated. 01b93dfb24278308837029a7ad9b3e9f232c7534

git at osgeo.org git at osgeo.org
Sun Feb 27 02:14:08 PST 2022


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, hugo has been updated
       via  01b93dfb24278308837029a7ad9b3e9f232c7534 (commit)
      from  3aca7cf32b46639f74ac8088e74e3ebe3c430462 (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 01b93dfb24278308837029a7ad9b3e9f232c7534
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 27 05:14:03 2022 -0500

    Fix event

diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass
index 40816ca..df67e23 100644
--- a/assets/sass/_custom.sass
+++ b/assets/sass/_custom.sass
@@ -21,4 +21,7 @@ nav_close
 .grid-container
   display: grid
   grid-template-columns: 1fr 1fr
-  grid-column-gap: 1px
+
+
+
+
diff --git a/content/events/foss4g2019.md b/content/events/foss4g2019.md
index da13d0e..c5adb91 100644
--- a/content/events/foss4g2019.md
+++ b/content/events/foss4g2019.md
@@ -1,12 +1,12 @@
 ---
 title: FOSS4G 2019
 series: events
-date: "2021-08-22"
+date: "2019-08-26"
 eventDates: "2019 August 26-30"
 tags: ["events", "foss4g"]
 type: event
-featured: true
-eventLink: https://2022.foss4g.org/
+featured: false
+eventLink: https://2019.foss4g.org/
 videosLink: https://media.ccc.de/c/foss4g2019/
 location: "Bucharest, Romania"
 image: "https://2019.foss4g.org/wp-content/uploads/2018/07/logo-site.png"
diff --git a/layouts/partials/event.html b/layouts/partials/event.html
index 9703398..f96d970 100644
--- a/layouts/partials/event.html
+++ b/layouts/partials/event.html
@@ -1,4 +1,4 @@
-<div class="post_item">
+<div class="wrapper">
 	<div class="post_neta">
 		{{- with .Params.tags -}}
     <span>
@@ -11,8 +11,8 @@
     </span>
   {{- end }}
 	</div>
-	<div class="pale">
-		<a href="{{.Params.eventLink}}">{{- if .Params.image}}<img src="{{.Params.image}}" alt="{{.Title}}" style="height:75px" /><br />{{ end }}
+	<div class="pale wrapper">
+		<a href="{{.Params.eventLink}}">{{- if .Params.image}}<img src="{{.Params.image}}" alt="{{.Title}}" style="height:75px;flex: content;" /><br />{{ end }}
 			<b>{{.Title}}</b><br />
 			{{- if .Params.eventDates }} {{.Params.eventDates}}<br />{{ end }}
 			{{- if .Params.location }} ,{{.Params.location}}<br />{{ end }}</a>

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

Summary of changes:
 assets/sass/_custom.sass     | 5 ++++-
 content/events/foss4g2019.md | 6 +++---
 layouts/partials/event.html  | 6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list