diff --git a/README.md b/README.md index 2b1ddc1..c62d90b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ copyright = "© Copyright notice" bio = "Your short bio/tagline" # Short subtitle/tagline. This is displayed in the header. subtitle = "is a software developer, hardware hacker and a beer lover. He believes in the power of code." + themecolor = "#hexcolor" # Defines the tab color in Chrome for Android. ``` ## Usage diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1d870d9..bba7b63 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,6 +3,9 @@ + {{ with .Site.Params.themecolor }} + + {{ end }}