summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:32:01 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:32:01 -0400
commitfe18dbde410246dd6273bb1c15c330493e597e16 (patch)
tree65d0efad10a8e84bb8be4dbe68d2e6c0f5b5651e /templates
parent233d5bc62cbe7709715615503f2a3172a0a33c62 (diff)
templates/search.tmpl: use head.tmpl
Diffstat (limited to 'templates')
-rw-r--r--templates/search.tmpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/search.tmpl b/templates/search.tmpl
index 090ac6a..28a1a57 100644
--- a/templates/search.tmpl
+++ b/templates/search.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">