aboutsummaryrefslogtreecommitdiff
path: root/public/head.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-09 14:59:58 +0100
committerSimon Ser <contact@emersion.fr>2019-12-09 15:00:01 +0100
commita176409933129eccdcf06ef131c76aee497b53aa (patch)
tree89549a14484ee805016d73ab00ca131077b16a7d /public/head.html
parent61ffc105fd8480b0af4151e3fadb0751d38bea82 (diff)
downloadalps-a176409933129eccdcf06ef131c76aee497b53aa.tar.gz
alps-a176409933129eccdcf06ef131c76aee497b53aa.zip
Drop define in templates
Just use the full filename instead, this is simpler and more explicit.
Diffstat (limited to 'public/head.html')
-rw-r--r--public/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/head.html b/public/head.html
index c8c6b42..35dda42 100644
--- a/public/head.html
+++ b/public/head.html
@@ -1,4 +1,3 @@
-{{define "head"}}
<!DOCTYPE html>
<html lang="en">
<head>
@@ -7,4 +6,3 @@
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
-{{end}}