hugo-theme-relearn/layouts/partials/topbar/area/end.html
2025-01-29 14:19:27 +01:00

21 lines
No EOL
412 B
HTML

{{- partial "topbar/button/edit.html" (dict
"page" .
)}}
{{- partial "topbar/button/source.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" .
)}}