Skip to content

Commit

Permalink
Removed user specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Rozek committed May 5, 2024
1 parent d689db9 commit 824a45b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ <h2>Latest Updates</h2>
<p><strong>Recorded Walk: </strong><a href="{{ .Permalink }}">{{ .Title }}</a></p>
{{ 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 }}
<p><strong>Wikipedia Page: </strong><a href="https://en.wikipedia.org/?curid={{ .pageid }}">{{ .title }}</a></p>
{{ end }}


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

0 comments on commit 824a45b

Please sign in to comment.