From 824a45b711f7903938213486af5c121ede649b99 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sat, 4 May 2024 22:56:17 -0400 Subject: [PATCH] Removed user specific code --- layouts/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 30af7de..7f7c353 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -56,12 +56,6 @@

Recorded Walk: {{ .Title }}

{{ end }} - {{ $data := getJSON "https://en.wikipedia.org/w/api.php?action=query&format=json&list=usercontribs&ucuser=BrandonRozek&uclimit=1" }} - {{ range first 1 $data.query.usercontribs }} -

Wikipedia Page: {{ .title }}

- {{ end }} - - {{ $items := (where site.RegularPages "Type" "observations").ByDate }} {{ range last 1 $items }} {{ $name := "" }}