This repository has been archived on 2022-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
arsenm-dev-site/layouts/shortcodes/image.html

1 line
51 B
HTML
Raw Permalink Normal View History

2021-01-31 08:54:37 +00:00
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">