From a7f6509d1127d9b05a88ade83777e5af896d3b4a Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 5 May 2016 21:37:24 +0200 Subject: [PATCH] add meta tag for theme color on android chromium Adding this meta tag changes the color of the tab in the android chromium browser. Just a nice gimmick. --- themes/zero/layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/zero/layouts/partials/header.html b/themes/zero/layouts/partials/header.html index 2e7e39b..2681ccb 100644 --- a/themes/zero/layouts/partials/header.html +++ b/themes/zero/layouts/partials/header.html @@ -3,6 +3,7 @@ {{ if eq .URL "/" }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }} + {{ if .RSSlink }} {{ end }}