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 23:40:05 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-30 23:40:05 +0300
commit7a643dfd3d66b6b4907253d48dd9a5272003192e (patch)
tree708747a67c103570ca4b0bb362146bef2a5f3d86 /layouts
parenta3303c17103b81dc22fc078ebe18e08f04b0c24d (diff)
Fix author link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 028ac83..eb22836 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,7 +8,7 @@
<p class="post-date">Posted on
<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
{{ .PublishDate.Format "2 January, 2006 at 15:04 MST" }}
- </time> by <a href="{{ .Site.Home }}" rel="author">{{ .Site.Params.AuthorName }}</a>
+ </time> by <a href="{{ .Site.BaseURL }}" class="p-author" rel="author">{{ .Site.Params.AuthorName }}</a>
</p>
{{ end }}
</header>