mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Cleaning up layouts
This commit is contained in:
parent
7b5e4f3aa4
commit
0247538cec
16 changed files with 8 additions and 76 deletions
|
@ -1,2 +1,2 @@
|
|||
{{ .Scratch.Set "gpxFile" (.Get 0) }}
|
||||
{{ partial "gpxstudio.html" . }}
|
||||
{{ partial "external/gpxstudio.html" . }}
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
{{ $dataJ := getJSON $api_url }}
|
||||
|
||||
{{ .Scratch.Set "toot" $dataJ }}
|
||||
{{ partial "toot.html" . }}
|
||||
{{ partial "external/toot.html" . }}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
{{ $dataJ := getJSON $url }}
|
||||
|
||||
{{ .Scratch.Set "toot" $dataJ }}
|
||||
{{ partial "toot.html" . }}
|
||||
{{ partial "external/toot.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue