summaryrefslogtreecommitdiffstats
path: root/templates_gmi/macros.html
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-03 15:02:33 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-03 15:02:33 +0300
commitdfde1ae901958bd61219a180903561b4a7c2e2ad (patch)
tree7036dae0ff0e87ff58ee565777472663ccf90fe2 /templates_gmi/macros.html
parentb8110f45936b5c5e484684bcf3f9f5a3e4bba22f (diff)
Improve gemini generation
Diffstat (limited to 'templates_gmi/macros.html')
-rw-r--r--templates_gmi/macros.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates_gmi/macros.html b/templates_gmi/macros.html
index d3d5562..2f95358 100644
--- a/templates_gmi/macros.html
+++ b/templates_gmi/macros.html
@@ -2,9 +2,11 @@
{% macro linklog(page) %}
{% set lh_data = load_data(path="linklog.json") %}
+<!-- END_GEMINI_CONTENT -->
{% for lh_post in lh_data.posts %}
=> {{ lh_post.href }} {{ lh_post.description }} ({{ lh_post.time | date(format='%Y-%m-%d') }})
{% endfor %}
+<!-- START_GEMINI_CONTENT -->
{% endmacro %}
{% macro page_h1(page) %}