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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan <58769763+themefisherDev@users.noreply.github.com>2020-03-05 06:10:32 +0300
committerGitHub <noreply@github.com>2020-03-05 06:10:32 +0300
commit6cd0bc638b158f97490a0d2c4d2b029653307c4a (patch)
tree47adbd3765e7dcce35140c481ff4db89b1c0e9aa /layouts
parent28afad21960f002c44c037ac7cb3548e4e09c4c7 (diff)
parent80d93d41ee1c592769d9a3ff2298e900b0552114 (diff)
Merge pull request #87 from divinerites/patch-1
Add a / to href for HTML compliance
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3cdb921..cae3e3d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,7 +8,7 @@
<div class="col-lg-8 offset-lg-2 text-center">
<h1>{{ .Title }}</h1>
<ul class="list-inline mb-50">
- <li class="list-inline-item"><a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author }}</a></li>
+ <li class="list-inline-item"><a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}/">{{ .Params.Author }}</a></li>
<li class="list-inline-item">{{ dateFormat "Monday, Jan 2, 2006" .Date }}</li>
</ul>
<img class="img-fluid mb-50" src="{{ .Params.Image | absURL }}" alt="blog-image">
@@ -29,4 +29,4 @@
</div>
</section>
-{{ end }} \ No newline at end of file
+{{ end }}