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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-30 22:55:02 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-30 22:55:02 +0300
commit809065684657432803aec05471faa8717f45e65e (patch)
treea5ad30caf04e1ab45bfa2b247cd26324680606cc /layouts
parent35f3cf0ac1b38db9be8dfcb34a37d0e483fead3c (diff)
Fix p-name u-url in footer
Diffstat (limited to 'layouts')
-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 37aebe2..64caab0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -30,7 +30,7 @@
</p>
<p class="h-card">
<img class="u-photo" src="{{ .Site.BaseURL }}{{ .Site.Params.Avatar }}" />
- <a class="p-name u-url" href="{{ .Site.Home }}" rel="me">{{ .Site.Params.AuthorName }}</a>
+ <a class="p-name u-url" href="{{ .Site.BaseURL }}" rel="me">{{ .Site.Params.AuthorName }}</a>
<a class="u-email" href="mailto:{{ .Site.Params.IndieWeb.EmailAddress }}">{{ .Site.Params.IndieWeb.EmailAddress }}</a>,
<span class="p-locality">{{ .Site.Params.IndieWeb.City }}</span>
<span class="p-country-name">{{ .Site.Params.IndieWeb.Country }}</span>