File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
packages/main/src/layouts Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1212 < a href ="/ "> Website Example</ a >
1313 < menu >
1414 < li > < a href ="/ "> Home</ a > </ li >
15- < li > < a href ="/blog "> Blog</ a > </ li >
15+ < li > < a href ="/blog.html "> Blog</ a > </ li >
1616 < li > < input type ="search " placeholder ="Search " /> </ li >
1717 </ menu >
1818 </ nav >
1919 </ header >
2020 < main >
2121 < div role ="feed " aria-busy ="false ">
22- < a href ="/post ">
22+ < a href ="/post.html ">
2323 < figure >
2424 < img
2525 src ="https://picsum.photos/id/100/1280/720 "
@@ -33,7 +33,7 @@ <h2>First Blog Post Title</h2>
3333 gives readers a preview...
3434 </ p >
3535 </ a >
36- < a href ="/post ">
36+ < a href ="/post.html ">
3737 < figure >
3838 < img
3939 src ="https://picsum.photos/id/200/1280/720 "
@@ -47,7 +47,7 @@ <h2>Third Blog Post Title</h2>
4747 gives readers a preview...
4848 </ p >
4949 </ a >
50- < a href ="/post ">
50+ < a href ="/post.html ">
5151 < figure >
5252 < img
5353 src ="https://picsum.photos/id/151/1280/720 "
@@ -61,7 +61,7 @@ <h2>Second Blog Post Title</h2>
6161 gives readers a preview...
6262 </ p >
6363 </ a >
64- < a href ="/post ">
64+ < a href ="/post.html ">
6565 < figure >
6666 < img
6767 src ="https://picsum.photos/id/250/1280/720 "
Original file line number Diff line number Diff line change 1212 < a href ="/ "> Website Example</ a >
1313 < menu >
1414 < li > < a href ="/ "> Home</ a > </ li >
15- < li > < a href ="/blog "> Blog</ a > </ li >
15+ < li > < a href ="/blog.html "> Blog</ a > </ li >
1616 < li > < input type ="search " placeholder ="Search " /> </ li >
1717 </ menu >
1818 </ nav >
Original file line number Diff line number Diff line change 1212 < a href ="/ "> Website Example</ a >
1313 < menu >
1414 < li > < a href ="/ "> Home</ a > </ li >
15- < li > < a href ="/blog "> Blog</ a > </ li >
15+ < li > < a href ="/blog.html "> Blog</ a > </ li >
1616 < li > < input type ="search " placeholder ="Search " /> </ li >
1717 </ menu >
1818 </ nav >
Original file line number Diff line number Diff line change 88 " header"
99 " main"
1010 " footer" ;
11- > {
11+ > {
1212 header {
1313 grid-area : header ;
1414 }
4747 )) {
4848 flex-direction : column ;
4949 }
50+
5051 a {
5152 & :not (:hover ) {
5253 text-decoration : none ;
You can’t perform that action at this time.
0 commit comments