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 := "" }}