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

github.com/themefisher/twenty-twenty-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <37659754+somrat-gyver@users.noreply.github.com>2020-06-01 06:01:32 +0300
committerGitHub <noreply@github.com>2020-06-01 06:01:32 +0300
commit85af9dbc038151c1d8c024b7e633ec6fcdb4f0b2 (patch)
treecc4aa38111738f7fd144cf1e6bb02fad1a789ee5
parentc67408b4d406f565e2d45bb77be0c1972f776cd5 (diff)
parent87e00dff3611b1b56f2459c9d37cdc0670a76ba4 (diff)
Merge pull request #3 from danielsada/patch-2
Humanize incorrectly lowercases first letter of surname
-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 d662f85..c852280 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -26,7 +26,7 @@
</svg> </span>
<span class="meta-text">
By {{ range .Params.Author }}
- <a href="{{ `author/` | relLangURL }}{{ . | urlize | lower }}">{{ . | humanize }}</a>
+ <a href="{{ `author/` | relLangURL }}{{ . | urlize | lower }}">{{ . }}</a>
{{ end }} </span>
</li>
<li class="post-date meta-wrapper">