File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments