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