From 5aa55951150a6b6f537eef1eb69fb25a0ba9188c Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Mon, 17 Oct 2022 20:20:50 -0500 Subject: [PATCH] Remove news posts --- src/templates/src/landing.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index f282268..ec5ad6f 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -256,12 +256,14 @@ 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

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

Around the Network