my website

chore: move posts before projects

+21 -17
+21 -17
src/pages/index.astro
··· 21 21 GTK developer and this is my website, a collection of projects and 22 22 writings. 23 23 </Welcome> 24 - <div class="heading"> 25 - <h2>Projects</h2> 26 - <a href="/portfolio">Portfolio &rarr;</a> 27 - </div> 28 - <ProjectsIndex limit={3} /> 29 - <p> 30 - <a href="/portfolio">More Projects &rarr;</a> 31 - </p> 32 - <div class="heading"> 33 - <h2>Posts</h2> 34 - <a href="/blog">All Posts &rarr;</a> 35 - </div> 36 - <PostsIndex limit={3} /> 37 - <p> 38 - <a href="/blog">More Blog Posts &rarr;</a> 39 - </p> 40 - <h2>Contact & Links</h2> 24 + <Fragment> 25 + <div class="heading"> 26 + <h2>Posts</h2> 27 + <a href="/blog">All Posts &rarr;</a> 28 + </div> 29 + <PostsIndex limit={3} /> 30 + <p> 31 + <a href="/blog">More Blog Posts &rarr;</a> 32 + </p> 33 + </Fragment> 34 + <Fragment> 35 + <div class="heading"> 36 + <h2>Projects</h2> 37 + <a href="/portfolio">Portfolio &rarr;</a> 38 + </div> 39 + <ProjectsIndex limit={3} /> 40 + <p> 41 + <a href="/portfolio">More Projects &rarr;</a> 42 + </p> 43 + </Fragment> 44 + <h2 id="contact">Contact & Links</h2> 41 45 <ContactLinks /> 42 46 <footer> 43 47 &copy; {AUTHOR}