Compare commits

..

2 commits

Author SHA1 Message Date
de6fcc7cd9
Update: front matter image var name 2024-10-06 00:22:32 +02:00
22b91cc8f1
Fix: grammar 2024-10-06 00:12:26 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<article class="col-sm-6 col-lg-4 mb-4 clearfix" data-wow-duration="500ms">
<div class="card post-block border-glow-2">
<div class="card-img">
<img class="img-fluid" src="{{ .Params.Image_webp | absURL }}" alt="{{ .Params.image_alt }}">
<img class="img-fluid" src="{{ .Params.image | absURL }}" alt="{{ .Params.image_alt }}">
</div>
{{ partial "get_tags.html" . }}

View file

@ -1,4 +1,4 @@
<div style="margin: 24px 0;">
<h2>Table Of Contents</h2>
<h2>Table of Contents</h2>
{{ .Page.TableOfContents }}
</div>