summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2018-05-27 10:45:35 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-05-27 11:06:40 +0200
commitd68367cbe76cbc02adb5b778e8be98bed6319368 (patch)
tree1087fc09b4a17e52795e254a68004f5aa5c9afe6 /tpl
parent5241f0baeea302219f25769b38e197c2b7be3a1d (diff)
fix typo instagram_simple
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/embedded/templates.autogen.go2
-rw-r--r--tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go
index 41e33143c..dfcca7b27 100644
--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -319,7 +319,7 @@ if (!doNotTrack) {
<a href="{{ $mediaURL }}" target="_blank"><img class="card-img-top img-fluid" src="{{ $item.thumbnail_url }}" width="{{ $item.thumbnail_width }}" height="{{ $item.thumbnail_height }}" alt="Instagram Image"></a>
<div class="card-body">
{{ if not $hideCaption }}<p class="card-text"><a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> {{ $item.title}}</p>{{ end }}
- <a href="{{ $item.author_url | safeURL }}" class="card-link">Vew More on Instagram</a>
+ <a href="{{ $item.author_url | safeURL }}" class="card-link">View More on Instagram</a>
</div>
</div>
{{ end }}
diff --git a/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html b/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html
index 88cb521b6..075fe980f 100644
--- a/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html
+++ b/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html
@@ -18,7 +18,7 @@
<a href="{{ $mediaURL }}" target="_blank"><img class="card-img-top img-fluid" src="{{ $item.thumbnail_url }}" width="{{ $item.thumbnail_width }}" height="{{ $item.thumbnail_height }}" alt="Instagram Image"></a>
<div class="card-body">
{{ if not $hideCaption }}<p class="card-text"><a href="{{ $item.author_url | safeURL }}" class="card-link">{{ $item.author_name }}</a> {{ $item.title}}</p>{{ end }}
- <a href="{{ $item.author_url | safeURL }}" class="card-link">Vew More on Instagram</a>
+ <a href="{{ $item.author_url | safeURL }}" class="card-link">View More on Instagram</a>
</div>
</div>
{{ end }}