diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 420a8ba..3eb46af 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,6 +2,8 @@  {{/* Intro */}} +{{ partial "breadcrumbs.html" . }} +  <div {{ if .Param "autonumber" }} class="autonumber" {{ end }}>    <div class=" single-intro-container"> @@ -30,6 +32,8 @@    </div> +  {{/* {{ .Params.tags }} */}} +    {{/* Table of Content */}}    {{if .Param "toc" }} | 
