From 8f8daa0453669363f3b3a79d0a9b48a22a1fba20 Mon Sep 17 00:00:00 2001 From: VAN HAAREN Lucas Date: Sat, 27 Oct 2018 15:43:56 +0200 Subject: [PATCH 1/2] Add configuration var for chrome mobile use --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 996c549..ffe79c1 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ url: 'http://webjeda.com' baseurl: '/online-cv' #change it according to your repository name # Style will be applied only after restarting the build or serve. Just choose one of the options. theme_skin: blue # blue turquoise green berry orange ceramic +chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar # Tracker analytics: UA-83979019-1 @@ -25,4 +26,4 @@ compress_html: # - http://jch.penibelst.de/ # Development Settings port: 4000 host: 0.0.0.0 -safe: false \ No newline at end of file +safe: false From d95f4e5ee267c533a324372a9b54d3a66f078b42 Mon Sep 17 00:00:00 2001 From: VAN HAAREN Lucas Date: Sat, 27 Oct 2018 15:44:21 +0200 Subject: [PATCH 2/2] Add meta tag for support theme color for chrome mobile --- _includes/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 18d3179..5fe77a3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,6 +3,9 @@ + {% if site.chrome_mobile_color %} + + {% endif%}