mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-25 16:29:21 +00:00
Initial post commit i have also added more short codes
This commit is contained in:
5
themes/lhs/layouts/shortcodes/side-by-side-3-cols.html
Normal file
5
themes/lhs/layouts/shortcodes/side-by-side-3-cols.html
Normal file
@@ -0,0 +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" }}">
|
||||
</div>
|
||||
Reference in New Issue
Block a user