aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-10-25 11:35:22 +0000
committerr <r@freesoftwareextremist.com>2020-10-25 11:35:22 +0000
commitc733ab970a7375d2c1a17488950ef7f69b041696 (patch)
tree3f15dcab6d9638b5eb2a46bc80931bebc6f5e04f /templates/header.tmpl
parent9a82a7d91492e3143332d98a6cea1dd644913287 (diff)
downloadbloat-c733ab970a7375d2c1a17488950ef7f69b041696.tar.gz
bloat-c733ab970a7375d2c1a17488950ef7f69b041696.zip
Use favicon on all pages
Diffstat (limited to 'templates/header.tmpl')
-rw-r--r--templates/header.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
index 2d76f33..0c81b72 100644
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
+ <link rel="icon" type="image/png" href="/static/favicon.png">
<meta content='width=device-width, initial-scale=1' name='viewport'>
{{if .Target}}
<base href="" target="{{.Target}}">