forked from tsc-vfl/hugo-page
Add a go to top link at the bottom of every page
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<a name="top">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</a>
|
||||
{{ .Content }}
|
||||
{{ partial "totop" }}
|
||||
{{ end }}
|
||||
|
||||
3
themes/tsc_vfl/layouts/partials/totop.html
Normal file
3
themes/tsc_vfl/layouts/partials/totop.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="to-top">
|
||||
[<a href="#top">Nach oben</a>]
|
||||
</div>
|
||||
Reference in New Issue
Block a user