Initial Hugo port
This commit is contained in:
4
layouts/shortcodes/image.html
Normal file
4
layouts/shortcodes/image.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<figure class="image .Get "full-width">
|
||||
<img src={{ .Get "url" }}" alt={{ .Get "description" }}>
|
||||
<figcaption><small>{{ .Get "caption" }}</small></figcaption>
|
||||
</figure>
|
||||
Reference in New Issue
Block a user