summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-03 13:22:07 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-03 13:22:07 +0300
commit23821211e03cd69cf87b2f264b48e0125fcac29d (patch)
tree42bd1a9fd7a8922a5351aed16309331d431acf7a /templates/shortcodes
parent72a42e0449a0cbbbc455b36af9f53fc293c73fdf (diff)
Add gemini protocol
Diffstat (limited to 'templates/shortcodes')
-rw-r--r--templates/shortcodes/fig.html4
-rw-r--r--templates/shortcodes/linklog.html1
-rw-r--r--templates/shortcodes/toc.html1
3 files changed, 0 insertions, 6 deletions
diff --git a/templates/shortcodes/fig.html b/templates/shortcodes/fig.html
deleted file mode 100644
index 4ac99b4..0000000
--- a/templates/shortcodes/fig.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<figure>
- <img src="{{ src }}" alt="{{ alt }}" />
- <figcaption aria-hidden="true">{{ alt }}</figcaption>
-</figure>
diff --git a/templates/shortcodes/linklog.html b/templates/shortcodes/linklog.html
deleted file mode 100644
index 6f46a2b..0000000
--- a/templates/shortcodes/linklog.html
+++ /dev/null
@@ -1 +0,0 @@
-<!-- linklog -->
diff --git a/templates/shortcodes/toc.html b/templates/shortcodes/toc.html
deleted file mode 100644
index 479abec..0000000
--- a/templates/shortcodes/toc.html
+++ /dev/null
@@ -1 +0,0 @@
-<!-- toc -->