File tree Expand file tree Collapse file tree
themes/hugo-simple-doc/layouts/_default Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pygmentsCodeFences: true
77pygmentsUseClasses : true
88defaultContentLanguage : en
99defaultContentLanguageInSubdir : false
10+ disqusShortname : " doc-mindy-cms-com"
1011enableMissingTranslationPlaceholders : false
1112permalinks :
1213 post : ' /:sections/:filename'
Original file line number Diff line number Diff line change 2424 {{ partial "navigation.html" }}
2525 < div class ="b-content ">
2626 {{ block "main" . }}{{ end }}
27- {{ partial "content-footer.html" . }}
28- {{ partial "next-prev-page.html" . }}
2927 </ div >
3028 </ div >
3129 </ div >
Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ <h1 class="b-heading">{{ .Params.title }}</h1>
1212 {{ end }}
1313 {{ partial "pagination.html" $paginator }}
1414 {{ end }}
15+
16+ {{ partial "content-footer.html" . }}
17+ {{ partial "next-prev-page.html" . }}
18+ {{ template "_internal/disqus.html" . }}
1519{{ end }}
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ <h1 class="b-heading">{{ .Params.title }}</h1>
33< div class ="b-content__content ">
44 {{ .Content }}
55</ div >
6+ {{ partial "content-footer.html" . }}
7+ {{ partial "next-prev-page.html" . }}
8+ {{ template "_internal/disqus.html" . }}
69{{ end }}
You can’t perform that action at this time.
0 commit comments