hugo-theme-relearn/layouts/partials/topbar/area/end.html
2023-09-18 20:24:49 +02:00

15 lines
No EOL
290 B
HTML

{{- partial "topbar/button/edit.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" .
)}}