aboutsummaryrefslogtreecommitdiff
path: root/templates/base.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.qtpl')
-rw-r--r--templates/base.qtpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl
index 180b1ab..497aa6d 100644
--- a/templates/base.qtpl
+++ b/templates/base.qtpl
@@ -37,12 +37,14 @@ Page {
Page prints a page implementing Page interface.
{% func PageTemplate(p Page) %}
+<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="data:,">
<title>cerrado | {%= p.Title() %}</title>
<link rel="stylesheet" href="/static/main{%s Slug%}.css">
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>