From 0a4fea449d41e9669c2b094e726d0dd1c03ffbf0 Mon Sep 17 00:00:00 2001 From: Dave Morriss Date: Thu, 12 Oct 2023 18:41:08 +0100 Subject: [PATCH] Added another link to template.md --- templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates.md b/templates.md index fc831b6..a96996a 100644 --- a/templates.md +++ b/templates.md @@ -1,6 +1,6 @@ # Site Generator - templates ### Dave Morriss -### Last update: 2023-09-07 21:51:27 +### Last update: 2023-10-12 18:39:42 * * * @@ -345,8 +345,8 @@ TBA ## queries-index-sqlite.tpl.html - Contains several database queries for SQLite assigned to `TTĀ²` variables: - - `query_next_available_episode` - computes the number of days to the next - free slot, using two CTEs + - [`query_next_available_episode`](query_next_available_episode) - + computes the number of days to the next free slot, using two CTEs - `query_latest_episodes` - collects the latest 10 shows, hosts, series and comment counts for the main index. Uses a CTE for the comment counts.