File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ <h2 class="single-subtitle">{{ . }}</h2>
53
53
</ div >
54
54
< div class ="post-meta-line ">
55
55
{{- $publish_date := .PublishDate.Format (.Site.Params.dateformat | default "2006-01-02") -}}
56
- < i class ="far fa-calendar-alt fa-fw "> </ i > < time datetime ={{ $publish_date }} > {{ $publish_date }}</ time >
57
- < i class ="fas fa-pencil-alt fa-fw "> </ i > {{ T "wordCount" .WordCount }}
58
- < i class ="far fa-clock fa-fw "> </ i > {{ T "readingTime" .ReadingTime }}
56
+ < i class ="far fa-calendar-alt fa-fw "> </ i > < time datetime ={{ $publish_date }} > {{ $publish_date }}</ time >
57
+ < i class ="fas fa-pencil-alt fa-fw "> </ i > {{ T "wordCount" .WordCount }}
58
+ < i class ="far fa-clock fa-fw "> </ i > {{ T "readingTime" .ReadingTime }}
59
59
{{- $comment := .Scratch.Get "comment" | default dict -}}
60
60
{{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}}
61
61
< span id ="{{ .RelPermalink }} " class ="leancloud_visitors " data-flag-title ="{{ .Title }} ">
62
- < i class ="far fa-eye fa-fw "> </ i > < span class =leancloud-visitors-count > </ span > {{ T "views" }}
62
+ < i class ="far fa-eye fa-fw "> </ i > < span class =leancloud-visitors-count > </ span > {{ T "views" }}
63
63
</ span >
64
64
{{- end -}}
65
65
</ div >
You can’t perform that action at this time.
0 commit comments