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/now.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/now.html (limited to 'templates/now.html') diff --git a/templates/now.html b/templates/now.html deleted file mode 100644 index f05b6aa..0000000 --- a/templates/now.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% import "macros.html" as macros %} - -{% block content %} -{% set posts = get_section(path="posts/_index.md") %} -{% set nows = posts.pages | filter(attribute="extra.kind", value="now") %} -{% set latest_now = nows | sort(attribute="date") | last %} - -{{ macros::page_content(page=latest_now) }} - -{% endblock %} -- cgit v1.3