summaryrefslogtreecommitdiff
path: root/templates/shortcodes/aside.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/aside.html')
-rw-r--r--templates/shortcodes/aside.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/shortcodes/aside.html b/templates/shortcodes/aside.html
deleted file mode 100644
index ca337f9..0000000
--- a/templates/shortcodes/aside.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{%- set text = text | default(value=body) -%}
-
-<aside {% if position %}data-position="{{ position }}"{% endif %}>
- {{ text | markdown | safe }}
-</aside>