From 60a9ece6439bdf252d15ed981598647b4e41b8d7 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Thu, 13 Apr 2023 17:41:10 -0500 Subject: [PATCH] News posts are BACK --- src/templates/src/landing.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index 6c77292..08e3083 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -367,14 +367,12 @@ sizes using CSS grid properties. */}} - {{/* NOTE(ben): I am just removing news posts for now. They are always stale and detract from the events we announce. {{ with .NewsPost }}
-

Latest News

+

Latest News

{{ template "timeline_item.html" . }}
{{ end }} - */}}

Around the Network