Added breadcrumbs in the Docs section and display tags list in blog posts
This commit is contained in:
parent
f5eb463f91
commit
f0d45fe81f
4 changed files with 28 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
|
||||
{{ with .Content }}
|
||||
{{ . }}
|
||||
|
|
10
layouts/docs/single.html
Normal file
10
layouts/docs/single.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
|
||||
{{ partial "toc.html" . }}
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ end }}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue