mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 09:52:17 +00:00
6 lines
215 B
HTML
6 lines
215 B
HTML
<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>
|