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-02-18 20:12:19 +0300
committeruPagge <git@upagge.ru>2021-02-18 20:12:19 +0300
commitafe7085b3ccbc2c0997f2ac6127e90c1b276accd (patch)
tree1422b031c69b8afd4decd5265c26b41a6fbb985e /layouts/posts
parentf8775319ad158996f1a344cbb41c3ea2e686306a (diff)
minify
Diffstat (limited to 'layouts/posts')
-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 938857c..7eca11e 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -85,7 +85,7 @@
</div>
<div class="hero-tags">
- <span class="rendered" id="views_container"><i class="fas fa-pencil-alt fa-fw"></i>&nbsp;<span id="views_value">Нет просмотров</span></span>
+ <span class="rendered" id="views_container"><i class="fas fa-eye fa-fw"></i>&nbsp;<span id="views_value" style="margin-right: 0">Нет</span> просмотров</span>
{{- with $.Site.Params.dateformat | default "2006-01-02" | $.PublishDate.Format -}}
{{- $timeAgoDate:= $.Site.Params.TimeAgo.DateFormat | default "2006-01-02" | $.PublishDate.Format -}}