mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 09:52:17 +00:00
Initial post commit I have also added more short codes nad images for the blog post
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user