Use permalink in the RSS feed since not all RSS readers are smart
This commit is contained in:
parent
fce515b4e1
commit
5192a8f066
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
{{ $full := printf "%s/thumb/%s.avif" $.Site.Params.image_host .Params.slug }}
|
||||
{{ $jpeg := printf "%s/thumb/%s.jpg" $.Site.Params.image_host .Params.slug }}
|
||||
|
||||
<a aria-label="Gallery Item" class="no-decoration grid-item" href="{{ .RelPermalink }}">
|
||||
<a aria-label="Gallery Item" class="no-decoration grid-item" href="{{ .Permalink }}">
|
||||
|
||||
{{ $title := .Title }}
|
||||
{{ $year := .Date.Format "2006" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue