Update default icon

This commit is contained in:
Mimi 2026-08-20 22:10:51 +08:00
parent d62fdfa759
commit 6468f139cb
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ menu:
#home: / || fa fa-home
#about: /about/ || fa fa-user
#tags: /tags/ || fa fa-tags
#categories: /categories/ || fa fa-th
#categories: /categories/ || fa fa-layer-group
#archives: /archives/ || fa fa-archive
#schedule: /schedule/ || fa fa-calendar
#sitemap: /sitemap.xml || fa fa-sitemap

View File

@ -88,7 +88,7 @@
{%- if config.symbols_count_time.symbols %}
<span class="post-meta-item" title="{{ __('symbols_count_time.count') }}">
<span class="post-meta-item-icon">
<i class="far fa-file-word"></i>
<i class="far fa-file-lines"></i>
</span>
<span class="post-meta-item-text">{{ __('symbols_count_time.count') + __('symbol.colon') }}</span>
<span>{{ symbolsCount(post) }}</span>