From 4bf549032a3f3c46524753b158983b3b9ba55366 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Tue, 6 Dec 2016 23:56:54 +0100 Subject: [PATCH] Get the head bigger --- layouts/partials/header.html | 9 +++++++-- static/css/main.css | 20 +++++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4dc8fbd..33853e6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,14 +5,19 @@ +{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} +{{ if eq $url "" }} +
+{{ else }}
+{{ end }}
-
{{ .Site.Title }}
+

{{ .Site.Title }}