From a1c2073e9e7947380f3f7f9cf5a54e7c0ca9644a Mon Sep 17 00:00:00 2001 From: Jan Sydänviita Date: Thu, 3 Sep 2026 21:41:34 +0300 Subject: wip webmentions --- templates_gmi/shortcodes/html_only.html | 0 templates_html/base.html | 1 + templates_html/page.html | 33 +++++++++++++++++++++++++++----- templates_html/shortcodes/html_only.html | 1 + 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 templates_gmi/shortcodes/html_only.html create mode 100644 templates_html/shortcodes/html_only.html diff --git a/templates_gmi/shortcodes/html_only.html b/templates_gmi/shortcodes/html_only.html new file mode 100644 index 0000000..e69de29 diff --git a/templates_html/base.html b/templates_html/base.html index 26e5895..3a54f4f 100644 --- a/templates_html/base.html +++ b/templates_html/base.html @@ -83,6 +83,7 @@ /> +
diff --git a/templates_html/page.html b/templates_html/page.html index 3aebb83..2d60db3 100644 --- a/templates_html/page.html +++ b/templates_html/page.html @@ -4,6 +4,27 @@ {{ macros::page_content(page=page) }} +
+ + {% endblock %} diff --git a/templates_html/shortcodes/html_only.html b/templates_html/shortcodes/html_only.html new file mode 100644 index 0000000..32cb472 --- /dev/null +++ b/templates_html/shortcodes/html_only.html @@ -0,0 +1 @@ +{{ body | safe }} -- cgit v1.3