update
This commit is contained in:
parent
a9852b3403
commit
b33be9c288
4 changed files with 5 additions and 8 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue