hugo-theme-relearn/layouts/partials/topbar/area/end.html
2024-12-31 14:32:47 +01:00

18 lines
No EOL
352 B
HTML

{{- partial "topbar/button/edit.html" (dict
"page" .
)}}
{{- partial "topbar/button/markdown.html" (dict
"page" .
)}}
{{- partial "topbar/button/print.html" (dict
"page" .
)}}
{{- partial "topbar/button/prev.html" (dict
"page" .
)}}
{{- partial "topbar/button/next.html" (dict
"page" .
)}}
{{- partial "topbar/button/more.html" (dict
"page" .
)}}