From 6412e0a30cd37cd8b814802f8d24021af7d60bbd Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 29 May 2022 21:49:43 -0400 Subject: peach: update static file serving Add Cache-Control header for static files. --- templates/search.tmpl | 4 ++-- templates/weather.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/search.tmpl b/templates/search.tmpl index 1101f08..d00942c 100644 --- a/templates/search.tmpl +++ b/templates/search.tmpl @@ -5,8 +5,8 @@ peach - {{.Title}} - - + +
diff --git a/templates/weather.tmpl b/templates/weather.tmpl index e03ac75..2c731d4 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -5,8 +5,8 @@ peach - {{.Title}} - - + +
-- cgit v1.2.3