From 0f4bb238b363795501286baa557a8f52df1eb45e Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Thu, 14 Apr 2011 14:15:25 -0500 Subject: [PATCH] Add header to make feedreaders automatically detect the feed. Signed-off-by: Drew Fisher --- templates/day.html | 1 + templates/multiday.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/day.html b/templates/day.html index 2c9afb4..9cff4de 100644 --- a/templates/day.html +++ b/templates/day.html @@ -5,6 +5,7 @@ $def with (date, paras, comments) Shortlog - a log of everyday things +

Shortlog - a log of everyday things

diff --git a/templates/multiday.html b/templates/multiday.html index 75997a2..8ea1c10 100644 --- a/templates/multiday.html +++ b/templates/multiday.html @@ -9,6 +9,7 @@ $# comment count) Shortlog - a log of everyday things +

Shortlog - a log of everyday things

-- 2.39.2