From dfde1ae901958bd61219a180903561b4a7c2e2ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Aug 2026 15:02:33 +0300 Subject: Improve gemini generation --- templates_gmi/macros.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates_gmi/macros.html') 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") %} + {% for lh_post in lh_data.posts %} => {{ lh_post.href }} {{ lh_post.description }} ({{ lh_post.time | date(format='%Y-%m-%d') }}) {% endfor %} + {% endmacro %} {% macro page_h1(page) %} -- cgit v1.3