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:
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 -}}