diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1f3156a..076e4e7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -49,6 +49,8 @@ <div class="main-content mw7 center lh-copy f5 f4-ns ph1"> {{ .Content }} </div> + {{ partial "image-gallery" . }} + {{ if .Site.Params.tipping }} {{ partial "tipping" . }} {{ end }} |