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:
-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>