aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/hugo-pt2021/layouts/articles/single.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/articles/single.html b/themes/hugo-pt2021/layouts/articles/single.html
index 5abab69..b038be5 100644
--- a/themes/hugo-pt2021/layouts/articles/single.html
+++ b/themes/hugo-pt2021/layouts/articles/single.html
@@ -14,6 +14,8 @@
</h2>
{{- end -}}
+ {{- partial "carousel.html" .Params.carousel.top -}}
+
<div class='content'>
{{- if .Params.toc -}}
<h2
@@ -29,6 +31,8 @@
{{- .Content -}}
</div><!-- content -->
+
+ {{- partial "carousel.html" .Params.carousel.bottom -}}
</div><!-- section -->
</div><!-- container -->
{{- end -}}