...
This commit is contained in:
parent
5ac19a4af2
commit
837cbb1df1
5 changed files with 8 additions and 1 deletions
4
layouts/shortcodes/images.html
Normal file
4
layouts/shortcodes/images.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<figure class="post-figure" data-width="{{.Get "width" }}">
|
||||
<img src="{{ .Get "src" }}" alt="{{ .Get "caption" }}">
|
||||
<figcaption>{{ .Get "caption" }}</figcaption>
|
||||
</figure>
|
Loading…
Add table
Add a link
Reference in a new issue