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

github.com/rmsubekti/the-roots-home.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahmat Subekti <su@bekti.net>2021-04-23 03:24:32 +0300
committerGitHub <noreply@github.com>2021-04-23 03:24:32 +0300
commit5a73107ad8cfc1109680e20ccd7f205e6c6c9ba3 (patch)
tree032a3c3d5c5b767c4113170edc0a12386f613040
parent418e999fb8150dc3978a1f83085644a1aac113f7 (diff)
parent47716935cc429b775544861a5178739577be111f (diff)
Merge pull request #5 from reiuyfan/mainHEADmaster
Modefied the footer.html
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e1b3cd4..0e9e153 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer class="site-footer">
<span class="left">Gohugo/{{ hugo.Version }} </span>
<span class="right">
- <em>{{ if .Site.Title }}{{.Site.Title}}{{else}}tThe Root's Home{{end}}</em>
+ <em>{{ if .Site.Title }}{{.Site.Title}}{{else}}The Root's Home{{end}}</em>
</span>
</footer>