summaryrefslogtreecommitdiffstats
path: root/src/themes/serene/templates/shortcodes/figure.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/serene/templates/shortcodes/figure.html')
-rw-r--r--src/themes/serene/templates/shortcodes/figure.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/themes/serene/templates/shortcodes/figure.html b/src/themes/serene/templates/shortcodes/figure.html
deleted file mode 100644
index 8a4123f..0000000
--- a/src/themes/serene/templates/shortcodes/figure.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<figure>
- <img src="{{ src }}" {% if alt %} alt="{{ alt }}"{% endif %}>
- {% if via %}
- <figcaption><a href="{{via}}">via</a></figcaption>
- {% else %}
- <figcaption>{{ caption }}</figcaption>
- {% endif %}
-</figure> \ No newline at end of file