diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 85cb0ce..5837e50 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,5 +2,4 @@

{{ .Title }}

{{- .Content -}} {{- partial "edit-meta.html" . -}} -{{- partial "pagination.html" . -}} {{- end -}} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..45f50e9 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,6 @@ +{{- define "main" -}} +

{{ .Title }}

+{{- partial "table-of-contents.html" . -}} +{{- .Content -}} +{{- partial "edit-meta.html" . -}} +{{- end -}} diff --git a/themes/hugo-theme-techdoc b/themes/hugo-theme-techdoc index 595a948..d4d6257 160000 --- a/themes/hugo-theme-techdoc +++ b/themes/hugo-theme-techdoc @@ -1 +1 @@ -Subproject commit 595a9485fa85822873e6c9ac738edfd6ba30413d +Subproject commit d4d62577b9df9014d79d44bff2c9a4fa89088dc4