🐛 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:
@@ -3,7 +3,7 @@
|
||||
{{ $createdTime := (.Date.Format $timeF) | default (.Date.Format $timeF) }}
|
||||
<span class="post-meta-item">
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="far fa-calendar"></i>
|
||||
<i class="fas fa-solid fa-calendar"></i>
|
||||
</span>
|
||||
<span class="post-meta-item-text" title="{{ T "PostMeta.publish.date" }}">
|
||||
{{ print (T "PostMeta.publish.date") (T "Symbol.colon") }}
|
||||
|
||||
Reference in New Issue
Block a user