Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-06-02 01:27:08 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-06-02 01:27:08 +0300
commitddf80f0972497a2cf15afc73dd7678e30bf06f99 (patch)
treef9def0b2dcc53ab5b15d5e4d587c832055443db4 /layouts
parent632bc7154d962327daf84c94ebcc941105017988 (diff)
Fixed theme color
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7d6fd33..63b5e20 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<head>
<title>{{ .Site.Params.title }}</title>
- <meta name="theme-color" content="#2c2b2b" />
+ <meta name="theme-color" content="#fff" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="{{ .Site.Params.description }}" />