shithub: hugo

Download patch

ref: d68367cbe76cbc02adb5b778e8be98bed6319368
parent: 5241f0baeea302219f25769b38e197c2b7be3a1d
author: Alex <[email protected]>
date: Sun May 27 06:45:35 EDT 2018

fix typo instagram_simple

--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -319,7 +319,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 }}
--- 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 }}