mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
fix typo instagram_simple
This commit is contained in:
parent
5241f0baee
commit
d68367cbe7
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue