aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes')
-rw-r--r--templates/shortcodes/hr.html1
-rw-r--r--templates/shortcodes/iimg.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/shortcodes/hr.html b/templates/shortcodes/hr.html
new file mode 100644
index 0000000..732aa3b
--- /dev/null
+++ b/templates/shortcodes/hr.html
@@ -0,0 +1 @@
+<hr data-content="{% if data_content %}{{ data_content }}{% endif %}" \> \ No newline at end of file
diff --git a/templates/shortcodes/iimg.html b/templates/shortcodes/iimg.html
new file mode 100644
index 0000000..4e0a8d0
--- /dev/null
+++ b/templates/shortcodes/iimg.html
@@ -0,0 +1 @@
+<img class="invertable" {% if src %}src="{{ src }}"{% endif %} {% if alt %}alt="{{ alt }}"{% endif %} /> \ No newline at end of file