🔧 Chore: use fontawesome 6

This commit is contained in:
Cell
2022-05-16 17:10:20 +08:00
parent 79587fc756
commit 791ff12e70
48 changed files with 474 additions and 477 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
{{- end -}}
<span class="post-author">
{{- $content := $author.name -}}
{{- $icon := dict "Class" "fas fa-user-circle" -}}
{{- $icon := dict "Class" "fa-solid fa-user-circle" -}}
{{- if $avatar -}}
{{- $content = printf "%v&nbsp;%v" (dict "Src" $avatar "Class" "avatar" "Alt" $author.name | partial "plugin/image.html") $author.name -}}
{{- $icon = "" -}}