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-05-30 04:52:38 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-30 04:52:38 +0300
commit3e3a51f0ecd30926ff07a42542767cb2c3e3a4a7 (patch)
treeaa47ee432e431b26f7dc3b27161d7b728e523ae2 /layouts
parent8789b766868da71a17296d6544915f991b071790 (diff)
Cosmetic changes
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html4
-rw-r--r--layouts/partials/head.html2
2 files changed, 1 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 10cd41c..1b22b45 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -2,13 +2,9 @@
<html lang="{{ .Site.LanguageCode }}">
{{- partial "head.html" . -}}
<body class="container bg-black" style="max-width: 1400px;">
- {{/*- partial "header.html" . -*/}}
<div id="content">
{{- block "main" . }}
{{- end }}
</div>
- <footer class="mt-4">
- {{/*- partial "footer.html" . -*/}}
- </footer>
</body>
</html>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1f28cbb..933b234 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="#fff" />
+ <meta name="theme-color" content="#2c2b2b" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="{{ .Site.Params.description }}" />