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>
5353 </ div >
5454 < div class ="post-meta-line ">
5555 {{- $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 }}
5959 {{- $comment := .Scratch.Get "comment" | default dict -}}
6060 {{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}}
6161 < 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" }}
6363 </ span >
6464 {{- end -}}
6565 </ div >
You can’t perform that action at this time.
0 commit comments