pidgin/nest

Use apt instead of apt-get
Richard-Laager/_indexmd-edited-online-with-bitbucket-1579054278593
2020-01-15, Richard Laager
3e7d5a714022
Use apt instead of apt-get
<a {{ with .Get "href" }} href="{{ . }}" target="_blank" {{ end }} class="btn btn-default">
{{ $icon := .Get "icon" }}
{{ $iconposition := .Get "icon-position" }}
{{ if ($icon) }}
{{ if or (not ($iconposition)) (eq $iconposition "left") }}
<i class="{{ $icon }}"></i>
{{ end }}
{{ end }}
{{ .Inner }}
{{ if and ($icon) (eq $iconposition "right") }}
<i class="{{ $icon }}"></i>
{{ end }}
</a>