article image click links to article

This commit is contained in:
Gabriele Musco 2022-03-10 10:36:40 +01:00
parent 92861a3b56
commit 5de16a03ce
No known key found for this signature in database
GPG key ID: 0587A5D65B5DC99E
2 changed files with 12 additions and 10 deletions

View file

@ -16,7 +16,9 @@
</p>
{{ if .Site.Params.imageInArticlePreview }}
{{ if .Params.Image }}
<img src="{{ .Params.Image }}" />
<a class="unstyledLink" href="{{ .Permalink }}">
<img src="{{ .Params.Image }}" />
</a>
{{ end }}
{{end}}
{{ if (site.Params.articleSummary | default true) }}