mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-24 03:36:53 -04:00
add scroll to top button
This commit is contained in:
parent
700c8e07da
commit
1329075c61
3 changed files with 38 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<body
|
||||
class="{{ if (and (eq .Kind `page` ) (ne .Layout `archives`)) }}single{{ else }}list{{ if .IsHome }} home {{ end }}{{ end }}{{ if eq $.Site.Params.defaultTheme `dark` }} dark {{ end }}">
|
||||
{{- partial "header.html" . }}
|
||||
<main class=" main">
|
||||
<main class="main" id="top">
|
||||
{{- block "main" . }}
|
||||
{{end }}
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue