Cleaning up layouts

This commit is contained in:
Brandon Rozek 2023-01-05 00:35:01 -05:00
parent 7b5e4f3aa4
commit 0247538cec
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
16 changed files with 8 additions and 76 deletions

View file

@ -18,7 +18,7 @@
<!-- content -->
<div class="e-content">
{{ .Scratch.Set "gpxFile" .Params.gpx }}
{{ partial "gpxstudio.html" . }}
{{ partial "external/gpxstudio.html" . }}
{{ .Content }}
</div>
</article>