aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ade8201..1f3156a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -49,6 +49,9 @@
<div class="main-content mw7 center lh-copy f5 f4-ns ph1">
{{ .Content }}
</div>
+ {{ if .Site.Params.tipping }}
+ {{ partial "tipping" . }}
+ {{ end }}
<div class="f5 f4-ns lh-copy pv2">
{{ if in (slice "post" "talk") .Section }}
{{ partial "author_card" .Site.Author }}