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

18 lines
352 B
HTML
Raw Normal View History

2023-09-18 18:24:49 +00:00
{{- partial "topbar/button/edit.html" (dict
"page" .
)}}
{{- partial "topbar/button/markdown.html" (dict
"page" .
)}}
2023-09-18 18:24:49 +00:00
{{- 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" .
)}}