summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-10 14:04:01 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-10 14:04:01 +0200
commitbc0a4909d212a56fa49adb1d0da9a79309cd3f48 (patch)
treead848cf6bd57b1c6e2336095447a7510deb69d3c
parentfb588bd87b256d8f209c213c4f22858a5e9e388a (diff)
Move script before link
-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" .}}