summaryrefslogtreecommitdiff
path: root/template/root.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/root.tmpl')
-rw-r--r--template/root.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index 42d52c9..875ac97 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -45,14 +45,14 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="UTF-8">
<title>{{template "title" .}}</title>
- <link rel="stylesheet" type="text/css" href="/static/fonts.css">
- <link rel="stylesheet" type="text/css" href="/static/style.css">
- <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
+ <meta charset="UTF-8">
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{template "ga"}}
+ <link rel="stylesheet" type="text/css" href="/static/fonts.css">
+ <link rel="stylesheet" type="text/css" href="/static/style.css">
+ <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
</head>
<body>
{{template "aside" .}}