From ccdc998836038ba2fb8bb72d417a0aa09648ad89 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Thu, 27 Jun 2019 15:34:16 +0200 Subject: Serve assets as own files, use caching strategies --- template.go | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'template.go') diff --git a/template.go b/template.go index ef02ce0..cb37aff 100644 --- a/template.go +++ b/template.go @@ -6,9 +6,15 @@ var tpltext = ` {{ .Title }} - + @@ -91,8 +97,6 @@ var tpltext = ` - + ` -- cgit v1.2.3-54-g00ecf