blog/themes/shockrah.xyz/layouts/shortcodes/pic.html

2 lines
68 B
HTML
Raw Normal View History

2022-02-09 03:14:34 +00:00
<img class="pure-img-responsive" src="{{.Get 0}}" alt="{{.Get 1}}">