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

github.com/diwao/hestia-pure.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 e3b8ab3..aa3a8da 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,7 +9,7 @@
{{ if and (.Site.Author.author) (ne .Site.Author.author "") }}
<h3>{{ .Site.Author.author }}</h3>
{{ else }}
- <h3>{{ .Site.Params.author.author }}</h3>
+ <h3>Your Name</h3>
{{ end }}
{{ if and (.Site.Author.profile) (ne .Site.Author.profile "") }}
<p>{{ .Site.Author.profile }}</p>