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

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-21 07:06:33 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-21 07:06:33 +0300
commit282ac4c204113361988d10915e5e83a59aa804eb (patch)
treee7d1637fa1998356e53da38770ade3741f3b67e7
parentab21f0b2249fd9ad38e7affdacbd3ba6190c68da (diff)
Fixed empty title issue
-rw-r--r--layouts/partials/footer.html6
-rw-r--r--layouts/partials/head.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9a13025..3ee9a15 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,11 +1,11 @@
-<footer>
+<footer class="kitab-theme-by-darshan">
<small>
{{ .Site.Params.footer | markdownify }}
</small>
<br />
<small>
- <a class="kitab-theme-by-darshan" href="https://github.com/darshanbaral/kitab">
- kitab</a>/<a href="https://www.darshanbaral.com/">db
+ <a href="https://github.com/darshanbaral/kitab">
+ kitab</a>/<a href="https://www.darshanbaral.com/">d.b
</a>
</small>
</footer>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 26ae6fc..6905cf6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,6 @@
<head>
<meta charset="UTF-8" />
- <title>{{ .Site.Params.title }}</title>
+ <title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}" />
<meta name="author" content="{{ .Site.Params.author }}" />