This commit is contained in:
Vrifox 2020-11-12 16:31:56 +01:00
parent a9852b3403
commit b33be9c288
4 changed files with 5 additions and 8 deletions

View file

@ -13,9 +13,7 @@
<span>{{ with .Params.author }}by {{ end }}{{ .Params.author }}</span>
</p>
<h1 class="title">{{ .Title }}</h1>
{{ with .Params.featured_image }}
<img src="{{ . | relURL }}" loading="lazy" alt="">
{{ end }}
{{ with .Params.featured_image }}<img src="{{ . | relURL }}" loading="lazy" alt="">{{ end }}
{{ .Content }}
<aside class="meta">
{{ with .Params.topics }}