hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit d68367cbe76cbc02adb5b778e8be98bed6319368
parent 5241f0baeea302219f25769b38e197c2b7be3a1d
Author: Alex <onedrawingperday@gmail.com>
Date:   Sun, 27 May 2018 10:45:35 +0300

fix typo instagram_simple

Diffstat:
Mtpl/tplimpl/embedded/templates.autogen.go | 2+-
Mtpl/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
@@ -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
@@ -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 }}