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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-05-03 14:36:36 +0300
committervvveiii <cntrump@gmail.com>2020-05-03 14:36:36 +0300
commit75367d6f3330730f6eb6af4740a144fd3fb4c57a (patch)
treef81adf961ae4785fd78a4e30f4b0824491241b01 /layouts
parentaf0dfbb8b0bd03aaedcef993fb75f5a773f46677 (diff)
Update article-author.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/article-author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article-author.html b/layouts/partials/article-author.html
index e2adaca..03229c0 100644
--- a/layouts/partials/article-author.html
+++ b/layouts/partials/article-author.html
@@ -8,7 +8,7 @@
<section class="article author">
{{- with .avatar -}}<img class="avatar" src="{{- . | relURL -}}" alt>{{- end -}}
- {{- with .name -}}<p class="name">{{- . | safeHTML -}}</p>{{- end -}}
+ {{- with .name -}}<p class="name">{{- . -}}</p>{{- end -}}
{{- with .bio -}}<div class="bio">{{- . | markdownify -}}</div>{{- end -}}