From 6fcef93f580f9f47172cdfee5453f5021bc8e88b Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 8 Nov 2016 10:16:25 +0100 Subject: map shortcode -> theme --- themes/flog/layouts/_default/single.html | 155 +++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) (limited to 'themes') diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index b9165d7..13b62d5 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -27,6 +27,161 @@
{{ .Content }}
+ {{ if .Params.mapzoom }} +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ {{ end }} -- cgit v1.3.1