Initial post commit I have also added more short codes nad images for the blog post

This commit is contained in:
John
2024-02-03 21:47:00 +00:00
committed by John W
parent 35c29f980f
commit 99d7bb5f1d

View File

@@ -1,5 +1,5 @@
<div class="side-by-side-3-cols">
<img src="{{ .Get "src1" }}" alt="{{ .Get "alt1" }}">
<img src="{{ .Get "src2" }}" alt="{{ .Get "alt2" }}">
<img src="{{ .Get "src3" }}" alt="{{ .Get "alt3" }}">
<img src="{{ .Get 0 }}" alt="{{ .Get 1 }}" />
<img src="{{ .Get 2 }}" alt="{{ .Get 3 }}" />
<img src="{{ .Get 4 }}" alt="{{ .Get 5 }}" />
</div>