summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-10 14:05:17 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-10 14:05:17 +0200
commit57b076f61de078fd7917b5c55618474591bbfa9d (patch)
tree872c8fb7760089e9341e836a6cd24189f9860472
parentd472a498ae0ab83ae9b8482dd6c995ee6a3c8f31 (diff)
parentbc0a4909d212a56fa49adb1d0da9a79309cd3f48 (diff)
Merge branch 'master' of dim13.org:blog
-rw-r--r--template/root.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index bfb4f88..ab57b7f 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" .}}