fix typo instagram_simple

This commit is contained in:
Alex 2018-05-27 10:45:35 +03:00 committed by Bjørn Erik Pedersen
parent 5241f0baee
commit d68367cbe7
2 changed files with 2 additions and 2 deletions

View 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 }}

View 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 }}