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-02 16:12:04 +0300
committervvveiii <cntrump@gmail.com>2020-05-02 16:12:04 +0300
commita6406b23e3afd77fc42d1041e7642f8e82732af6 (patch)
treed62b632bcb69cd83186c712a3ee6962dfe5c71a2 /layouts
parent782b6fe595adb51bde5b3e00d10ed9acbd0a713d (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 657cf14..46f1f68 100644
--- a/layouts/partials/article-author.html
+++ b/layouts/partials/article-author.html
@@ -3,7 +3,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">{{- . | safeHTML -}}</p>{{- end -}}
{{- with .bio -}}<div class="bio">{{- . | markdownify -}}</div>{{- end -}}