aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/imgur.html
blob: f51bcefc510c8a8610671b560a22e42dc6c7896d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{- $id := default "mkVcxUi" (.Get "id" | default (.Get 0)) -}}

<imgur-image>
  <blockquote
    class="imgur-embed-pub"
    lang="en"
    data-id="a/{{ $id }}"
    data-context="false"
  >
    <a href="//imgur.com/a/{{ $id }}"></a>
  </blockquote>
  <script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</imgur-image>