hugo-theme-relearn/layouts/partials/topbar/area/end.html

15 lines
290 B
HTML
Raw Normal View History

2023-09-18 18:24:49 +00:00
{{- 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" .
)}}