From d764025fe781c228df318d8e522d914b3b2170c2 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 1 Aug 2020 11:58:30 -0400 Subject: [PATCH] fix AMP shortcode scripts --- layouts/_default/single.amp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.amp.html b/layouts/_default/single.amp.html index 9459f51d..9b362abc 100644 --- a/layouts/_default/single.amp.html +++ b/layouts/_default/single.amp.html @@ -10,8 +10,8 @@ {{ if .HasShortcode "tweet" }}{{ end }} {{ if .HasShortcode "facebook" }}{{ end }} {{ if .HasShortcode "gist" }}{{ end }} - {{ if .HasShortcode "instagram" }}{{ end }} - {{ if .HasShortcode "vimeo" }}{{ end }} + {{ if .HasShortcode "instagram" }}{{ end }} + {{ if .HasShortcode "vimeo" }}{{ end }} {{ .Title }} – {{ .Site.Title }} {{ with .OutputFormats.Get "html" }}{{ end }}