From ff0fbd98ca856bae6eef06408588a6308d021431 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Mon, 2 Jun 2025 19:00:25 -0300 Subject: changing some colors, updateing info about SearxNG, and adding the updated date to pages --- zola/templates/section.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'zola/templates') diff --git a/zola/templates/section.html b/zola/templates/section.html index 71d3e06..fd31fba 100644 --- a/zola/templates/section.html +++ b/zola/templates/section.html @@ -16,8 +16,12 @@

{{ page.title }}

-

{{ page.date }}: {{ page.description }}

-

+

{{ page.description }}

+

Created: {{ page.date }} + {% if page.updated %} +
Updated: {{ page.updated }} + {% endif %} +

{% for kind, values in page.taxonomies %} {% set cat = get_taxonomy(kind=kind) -%} {{ kind }}: -- cgit v1.2.3