From 23821211e03cd69cf87b2f264b48e0125fcac29d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Aug 2026 13:22:07 +0300 Subject: Add gemini protocol --- templates_html/shortcodes/fig.html | 4 ++++ templates_html/shortcodes/linklog.html | 1 + templates_html/shortcodes/toc.html | 1 + 3 files changed, 6 insertions(+) create mode 100644 templates_html/shortcodes/fig.html create mode 100644 templates_html/shortcodes/linklog.html create mode 100644 templates_html/shortcodes/toc.html (limited to 'templates_html/shortcodes') diff --git a/templates_html/shortcodes/fig.html b/templates_html/shortcodes/fig.html new file mode 100644 index 0000000..4ac99b4 --- /dev/null +++ b/templates_html/shortcodes/fig.html @@ -0,0 +1,4 @@ +
+ {{ alt }} + +
diff --git a/templates_html/shortcodes/linklog.html b/templates_html/shortcodes/linklog.html new file mode 100644 index 0000000..6f46a2b --- /dev/null +++ b/templates_html/shortcodes/linklog.html @@ -0,0 +1 @@ + diff --git a/templates_html/shortcodes/toc.html b/templates_html/shortcodes/toc.html new file mode 100644 index 0000000..479abec --- /dev/null +++ b/templates_html/shortcodes/toc.html @@ -0,0 +1 @@ + -- cgit v1.3