mirror of https://github.com/onweru/compose.git

weru
06.07.2020 89a1fd5dee1d5620b0458276ad44aea714e6939a
layouts/shortcodes/icon.html
@@ -1,6 +1,6 @@
{{- $src := .Get 0 }}
{{- $alt := .Get 1 }}
{{- $modifier := .Get 2 -}}
<figure {{ with $modifier }}class='icon_{{ . }}'{{ end }}>
  <img src = '/images/{{ $src }}' alt = '{{ $alt }}' class = 'icon'>
<figure {{ with $modifier }}class="icon_{{ . }}"{{ end }}>
  <img src="/images/{{ $src }}" alt="{{ $alt }}" class="icon">
</figure>