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:
-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 }}" />