Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-02 22:12:26 +0300
committeruPagge <upagge@mail.ru>2020-12-02 22:12:26 +0300
commit577d3c0e73e9bded4c7d0cc17ccec45694f43546 (patch)
tree8907e6fa4ff13e053a3b388b14ae20a9d05deb68 /layouts/posts
parent840d85040283664069bb32b5267d9f9735e7e9e4 (diff)
Первая версия breadcrumbs
Diffstat (limited to 'layouts/posts')
-rw-r--r--layouts/posts/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 20e82d9..88bfca9 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -78,6 +78,7 @@
<h2 class="single-subtitle">{{ . }}</h2>
{{- end -}}
+ {{ partial "breadcrumbs.html" . | safeHTML }}
{{- /* Static TOC */ -}}
{{- if ne $toc.enable false -}}