mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -05:00
Removed user specific code
This commit is contained in:
parent
d689db91c2
commit
824a45b711
1 changed files with 0 additions and 6 deletions
|
@ -56,12 +56,6 @@
|
||||||
<p><strong>Recorded Walk: </strong><a href="{{ .Permalink }}">{{ .Title }}</a></p>
|
<p><strong>Recorded Walk: </strong><a href="{{ .Permalink }}">{{ .Title }}</a></p>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ $items := (where site.RegularPages "Type" "observations").ByDate }}
|
||||||
{{ range last 1 $items }}
|
{{ range last 1 $items }}
|
||||||
{{ $name := "" }}
|
{{ $name := "" }}
|
||||||
|
|
Loading…
Reference in a new issue