mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 14:32:25 +00:00
Initial post commit i have also added more short codes
This commit is contained in:
4
themes/lhs/layouts/shortcodes/image-left.html
Normal file
4
themes/lhs/layouts/shortcodes/image-left.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="image-left">
|
||||
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
|
||||
<div>{{ .Inner }}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user