🐛 Fixed the font icon error, Resolved #134
Because the offical fontawsome had update the font size, there will use new class of icon reference.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ if .Site.Params.postMeta.readTime }}
|
||||
<span class="post-meta-item" title="{{ T "PostMeta.reading.title" }}">
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="far fa-clock"></i>
|
||||
<i class="fas fa-solid fa-clock"></i>
|
||||
</span>
|
||||
<span class="post-meta-item-text">{{ print (T "PostMeta.reading.title") (T "Symbol.colon") }}≈</span>
|
||||
<span>{{ T "PostMeta.reading.time" . }}</span>
|
||||
|
||||
Reference in New Issue
Block a user