Skip to content

Commit 5b3c8db

Browse files
committed
fixed favicon
1 parent 8ec6ffc commit 5b3c8db

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
File renamed without changes.

hugo.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@ params:
4242
assets:
4343
# disableHLJS: true # to disable highlight.js
4444
# disableFingerprinting: true
45-
favicon: "/assets/logo.ico"
45+
favicon: "/favicon.ico"
46+
favicon16x16: "/favicon.ico"
47+
favicon32x32: "/favicon.ico"
48+
apple_touch_icon: "/favicon.ico"
49+
safari_pinned_tab: "/favicon.ico"
4650

47-
label:
48-
text: "Home"
49-
icon: /apple-touch-icon.png
50-
iconHeight: 35
51+
# label:
52+
# text: "Home"
53+
# icon: /apple-touch-icon.png
54+
# iconHeight: 35
5155

5256
# profile-mode
5357
profileMode:

0 commit comments

Comments
 (0)