aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/imgur.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/imgur.html')
-rw-r--r--themes/default/layouts/shortcodes/imgur.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/default/layouts/shortcodes/imgur.html b/themes/default/layouts/shortcodes/imgur.html
deleted file mode 100644
index f51bcef..0000000
--- a/themes/default/layouts/shortcodes/imgur.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{- $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>