aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shortcodes
diff options
context:
space:
mode:
authorAhmed M Alaa <aa@4b.cx>2022-12-03 21:01:01 +0200
committerAhmed M Alaa <aa@4b.cx>2022-12-03 21:01:01 +0200
commit028f23e96dd4c6a86465cb616be84480ac3a7a1e (patch)
treecaffe481ff29aab5111e69b242cfc072a84912b6 /templates/shortcodes
init: just ported the theme
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