|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
<div class="article-list-item" itemscope itemprop="blogPost">
|
|
|
{{ if $post.Params.image }}
|
|
|
- <a href="{{ .Permalink }}">
|
|
|
+ <a href="{{ $post.Permalink }}">
|
|
|
<img src="{{ "/img/" | relURL }}{{ $post.Params.image }}" class="article-banner"
|
|
|
itemprop="image">
|
|
|
</a>
|