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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-13 14:45:39 +0300
committeruPagge <git@upagge.ru>2021-03-13 14:45:39 +0300
commit6ea8bf2956573e13bccd8f8f65b569f807763a0a (patch)
treed47ae4b77fb1d3131cd84f910b0610ddda61a13f /layouts
parent72a5425b1e52660991c75cdee6838f0015265f2d (diff)
delete span
Diffstat (limited to 'layouts')
-rw-r--r--layouts/posts/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 877dd1e..2c35ae4 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -292,7 +292,7 @@
<div class="author-comment">
<div class="author-avatar" style="float: left"><a href="{{ with .link }} {{- . | safeHTML -}}{{ end }}" target="_blank"><img alt="" src="{{ with .avatar }} {{- . | safeHTML -}}{{ end }}" border="0"></a></div>
<div class="name">{{ .full_name }}</div>
- <div class="author-comment-text">{{ $authorComment }}</span></div>
+ <div class="author-comment-text">{{ $authorComment }}</div>
</div>
{{- end -}}
{{- end -}}