Skip to content

Commit f9aa798

Browse files
author
Falaleev Maxim
committed
add comments
1 parent 32628d2 commit f9aa798

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pygmentsCodeFences: true
77
pygmentsUseClasses: true
88
defaultContentLanguage: en
99
defaultContentLanguageInSubdir: false
10+
disqusShortname: "doc-mindy-cms-com"
1011
enableMissingTranslationPlaceholders: false
1112
permalinks:
1213
post: '/:sections/:filename'

themes/hugo-simple-doc/layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
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>

themes/hugo-simple-doc/layouts/_default/list.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

themes/hugo-simple-doc/layouts/_default/single.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)