From d68367cbe76cbc02adb5b778e8be98bed6319368 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 May 2018 10:45:35 +0300 Subject: [PATCH] fix typo instagram_simple --- tpl/tplimpl/embedded/templates.autogen.go | 2 +- tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index 41e33143..dfcca7b2 100644 --- a/tpl/tplimpl/embedded/templates.autogen.go +++ b/tpl/tplimpl/embedded/templates.autogen.go @@ -319,7 +319,7 @@ if (!doNotTrack) { Instagram Image
{{ if not $hideCaption }}

{{ $item.author_name }} {{ $item.title}}

{{ end }} - Vew More on Instagram + View More on Instagram
{{ end }} diff --git a/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html b/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html index 88cb521b..075fe980 100644 --- a/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html +++ b/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html @@ -18,7 +18,7 @@ Instagram Image
{{ if not $hideCaption }}

{{ $item.author_name }} {{ $item.title}}

{{ end }} - Vew More on Instagram + View More on Instagram
{{ end }} -- 2.30.2