mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: breadcrumb
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<nav class="uninotes-breadcrumbs breadcrumbs">
|
||||
<a href="/blog/">Blog</a>
|
||||
› <span>{{ .Title }}</span>
|
||||
<a href="/blog/">Blog</a>
|
||||
› <span>{{ .Title }}</span>
|
||||
</nav>
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ partial "page/author.html" . }} {{ partial "main/dates.html" . }} {{ partial
|
||||
"page/translation_list.html" . }} {{ partial "page/toc.html" . }} {{ .Content }} {{ partial
|
||||
"page/terms.html" (dict "taxonomy" "tags" "page" .) }} {{ partial "page/terms.html" (dict "taxonomy"
|
||||
"categories" "page" .) }} {{ partial "page/page_nav.html" . }} {{ partial "page/page-end.html" . }}
|
||||
{{ partial "page/author.html" . }}
|
||||
{{ partial "main/dates.html" . }}
|
||||
{{ partial "page/translation_list.html" . }}
|
||||
{{ partial "page/toc.html" . }}
|
||||
{{ .Content }}
|
||||
{{ partial "page/terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
{{ partial "page/terms.html" (dict "taxonomy" "categories" "page" .) }}
|
||||
{{ partial "page/page_nav.html" . }}
|
||||
{{ partial "page/page-end.html" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user