updating latest
This commit is contained in:
@@ -8,12 +8,11 @@
|
|||||||
<div class="col-lg-8">
|
<div class="col-lg-8">
|
||||||
<div class="meta text-muted mb-3">
|
<div class="meta text-muted mb-3">
|
||||||
<p class="created text-muted text-uppercase font-weight-bold mb-1">{{ $page.Date.Format "January 2, 2006" }}</p>
|
<p class="created text-muted text-uppercase font-weight-bold mb-1">{{ $page.Date.Format "January 2, 2006" }}</p>
|
||||||
<span class="mr-2"><i class="fas fa-book-open mr-2"></i>{{ T "wordCount" $page.WordCount }}</span>
|
<span class="mr-2">{{ $page.WordCount }}</span>
|
||||||
<span><i class="fas fa-clock mr-2"></i>{{ T "readingTime" $page.ReadingTime }}</span>
|
<span><i class="fas fa-clock mr-2"></i>{{ T "readingTime" $page.ReadingTime }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>{{ $page.Title }}</h1>
|
<h1>{{ $page.Title }}</h1>
|
||||||
|
|
||||||
{{ partial "authors.html" $page }}
|
{{ partial "authors.html" $page }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user