fix typo instagram_simple
authorAlex <onedrawingperday@gmail.com>
Sun, 27 May 2018 07:45:35 +0000 (10:45 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 27 May 2018 09:06:40 +0000 (11:06 +0200)
tpl/tplimpl/embedded/templates.autogen.go
tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html

index 41e33143ce8c87d5cc5f774e45bd79201c3e69bc..dfcca7b2746df5b7b28d61a9d5f1c6e84b5b5d1e 100644 (file)
@@ -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 }}
index 88cb521b6aeb8aad8e3407434d0dd99c4299480e..075fe980fbc1aa82ea28623179630fb9378194b4 100644 (file)
@@ -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 }}