mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 07:39:04 +08:00
21 lines
412 B
HTML
21 lines
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" .
|
|
)}} |