summaryrefslogtreecommitdiff
path: root/layouts/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/single.html')
-rw-r--r--layouts/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/single.html b/layouts/single.html
index e1728d3..e9d83da 100644
--- a/layouts/single.html
+++ b/layouts/single.html
@@ -15,9 +15,11 @@
{{ .Content }}
</div>
+ {{- if ne .Params.excludeFromLists true }}
<footer class="post__footer">
{{ partial "single/tags" . }}
{{ partial "single/next-prev" . }}
</footer>
+ {{- end }}
</article>
{{- end }}