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/macros.html | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 templates/macros.html (limited to 'templates/macros.html') diff --git a/templates/macros.html b/templates/macros.html deleted file mode 100644 index 3922659..0000000 --- a/templates/macros.html +++ /dev/null @@ -1,45 +0,0 @@ -{% macro toc(page) %} - -{% endmacro %} - -{% macro linklog(page) %} -{% set lh_data = load_data(path="linklog.json") %} - -{% endmacro %} - -{% macro page_h1(page) %} -

- {{ page.title }}
- {% if page.date %} - ({{ page.date }}) - {% endif %} - {% if page.extra.kind %} - [{{ page.extra.kind }}] - {% endif %} -

-{% endmacro %} - -{% macro page_content(page) %} -{{ self::page_h1(page=page) }} -{{ page.content | replace(from="", to=macros::toc(page=page)) | safe }} -{% endmacro %} -- cgit v1.3