Skip to content

Commit

Permalink
Initial post commit I have also added more short codes nad images for…
Browse files Browse the repository at this point in the history
… the blog post
  • Loading branch information
ponix4k authored and John W committed Jan 9, 2025
1 parent 35c29f9 commit 99d7bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/lhs/layouts/shortcodes/side-by-side-3-cols.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 99d7bb5

Please sign in to comment.