File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
22
22
## HTML Full Links
23
23
24
- <a href =" /?home=true " class =" home-with-query " >Home</a >
25
- <a href =" /?home=true#home " class =" home-with-query-and-hash " >Home</a >
26
- <a href =" /404.html#404 " class =" not-found-with-hash " >404</a >
27
- <a href =" /404.html#404?notFound=true " class =" not-found-with-hash-and-query " >404</a >
24
+ <a : href =" $withBase(' /?home=true') " class =" home-with-query " >Home</a >
25
+ <a : href =" $withBase(' /?home=true#home') " class =" home-with-query-and-hash " >Home</a >
26
+ <a : href =" $withBase(' /404.html#404') " class =" not-found-with-hash " >404</a >
27
+ <a : href =" $withBase(' /404.html#404?notFound=true') " class =" not-found-with-hash-and-query " >404</a >
28
28
29
29
## HTML Clean Links
30
30
31
- <a href =" /?home=true " class =" home-with-query " >Home</a >
32
- <a href =" /?home=true#home " class =" home-with-query-and-hash " >Home</a >
33
- <a href =" /404#404 " class =" not-found-with-hash " >404</a >
34
- <a href =" /404#404?notFound=true " class =" not-found-with-hash-and-query " >404</a >
31
+ <a : href =" $withBase(' /?home=true') " class =" home-with-query " >Home</a >
32
+ <a : href =" $withBase(' /?home=true#home') " class =" home-with-query-and-hash " >Home</a >
33
+ <a : href =" $withBase(' /404#404') " class =" not-found-with-hash " >404</a >
34
+ <a : href =" $withBase(' /404#404?notFound=true') " class =" not-found-with-hash-and-query " >404</a >
You can’t perform that action at this time.
0 commit comments