From 448a8801c26540f987d91e7ac2001eff60c443f5 Mon Sep 17 00:00:00 2001 From: Erick Hitter Date: Mon, 26 Dec 2016 12:52:30 -0800 Subject: [PATCH] Use HTML5 semantic elements, because we can --- public/css/main.css | 2 +- render/templates/main.handlebars | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 00b94fc..6ef56f2 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -878,7 +878,7 @@ a:hover, a:focus { color: rgba(51,51,51,.7); } -#header { +header { margin: 0.75em; } diff --git a/render/templates/main.handlebars b/render/templates/main.handlebars index 3081b67..8a19d41 100644 --- a/render/templates/main.handlebars +++ b/render/templates/main.handlebars @@ -9,12 +9,14 @@ - +
{{{body}}}
{{> sites}}
+ + {{> analytics}} -- GitLab