citra-web/site/themes/citra-bs-theme/layouts/shortcodes/img.html

2 lines
244 B
HTML
Raw Normal View History

2017-02-26 22:24:53 +01:00
<img src="/images/{{.Get "src"}}" {{ with .Get "alt" }}alt="{{ . }}"{{ end }} class="img-responsive {{ with .Get "center" }}center-block{{ end }}" {{ with .Get "width" }}width="{{ . }}"{{end}} {{ with .Get "height" }}height="{{ . }}"{{end}} />