File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121
2222## HTML Full Links
2323
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 >
2828
2929## HTML Clean Links
3030
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