Skip to content

Commit 903d706

Browse files
committed
fix all post button
1 parent f78a1e0 commit 903d706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hugo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defaultContentLanguageInSubdir = false
3737
images = ["/images/og-default.avif"]
3838

3939
[params.logo]
40-
image = "/images/logo.svg"
40+
image = "https://navnee1h.github.io/myblog/images/logo.svg"
4141
link = "/" # This becomes https://navnee1h.github.io/myblog/ automatically
4242

4343
[params.favicon]
@@ -95,25 +95,25 @@ defaultContentLanguageInSubdir = false
9595

9696
[[menu.main]]
9797
name = "Posts"
98-
url = "/posts/"
98+
url = "posts/"
9999
weight = 10
100100
params.icon = "posts"
101101

102102
[[menu.main]]
103103
name = "Categories"
104-
url = "/categories/"
104+
url = "categories/"
105105
weight = 20
106106
params.icon = "categories"
107107

108108
[[menu.main]]
109109
name = "Archives"
110-
url = "/archives/"
110+
url = "archives/"
111111
weight = 40
112112
params.icon = "archive"
113113

114114
[[menu.main]]
115115
name = "About"
116-
url = "/about/"
116+
url = "about/"
117117
weight = 50
118118
params.icon = "about"
119119

0 commit comments

Comments
 (0)