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

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-14 11:14:50 +0300
committerDillon <dillonzq@outlook.com>2020-05-14 11:14:50 +0300
commit9f58106e1f0685da97a6a412b97dfd62e7c4b559 (patch)
treedac5c6d7a053fa9774870f3d799372ab957474ec
parente260870239ca749f765ed22538b7966350284719 (diff)
parent3fba585d79321ee0466ab25f7962293dde8efe4d (diff)
Merge branch 'develop'v0.2.7
-rw-r--r--layouts/posts/single.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index e0189fe1..d6d2232d 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -53,13 +53,13 @@
</div>
<div class="post-meta-line">
{{- $publish_date := .PublishDate.Format (.Site.Params.dateformat | default "2006-01-02") -}}
- <i class="far fa-calendar-alt fa-fw"></i><time datetime={{ $publish_date }}>{{ $publish_date }}</time>&nbsp;
- <i class="fas fa-pencil-alt fa-fw"></i>{{ T "wordCount" .WordCount }}&nbsp;
- <i class="far fa-clock fa-fw"></i>{{ T "readingTime" .ReadingTime }}&nbsp;
+ <i class="far fa-calendar-alt fa-fw"></i>&nbsp;<time datetime={{ $publish_date }}>{{ $publish_date }}</time>&nbsp;
+ <i class="fas fa-pencil-alt fa-fw"></i>&nbsp;{{ T "wordCount" .WordCount }}&nbsp;
+ <i class="far fa-clock fa-fw"></i>&nbsp;{{ T "readingTime" .ReadingTime }}&nbsp;
{{- $comment := .Scratch.Get "comment" | default dict -}}
{{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}}
<span id="{{ .RelPermalink }}" class="leancloud_visitors" data-flag-title="{{ .Title }}">
- <i class="far fa-eye fa-fw"></i><span class=leancloud-visitors-count></span>&nbsp;{{ T "views" }}
+ <i class="far fa-eye fa-fw"></i>&nbsp;<span class=leancloud-visitors-count></span>&nbsp;{{ T "views" }}
</span>&nbsp;
{{- end -}}
</div>