mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 15:44:24 +01:00
Add: back to top button on pages where missing
This commit is contained in:
parent
cc09656497
commit
31d5af9295
4 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "top_button.html" . }}
|
||||
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
{{ partial "bradcrumb.html" . }}
|
||||
|
|
Loading…
Reference in a new issue