From 233d5bc62cbe7709715615503f2a3172a0a33c62 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar <s@ricketyspace.net> Date: Sun, 19 Jun 2022 18:31:39 -0400 Subject: templates/weather.tmpl: use head.tmpl --- templates/weather.tmpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/weather.tmpl b/templates/weather.tmpl index 14008a2..b6a8149 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -1,12 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8"> - <title>peach - {{.Title}}</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="author" content="siddharth ravikumar"> - <link rel="preload" href="/static/peach.min.css?{{ .Version }}" as="style" /> - <style>@import url("/static/peach.min.css?{{ .Version }}");</style> + {{ template "head.tmpl" . }} </head> <body> <div class="peach"> -- cgit v1.2.3