my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add link to memories

+3 -2
+3 -2
src/pages/index.astro
··· 14 14 <main class="container"> 15 15 <header> 16 16 <nav> 17 - <a href="/blog">Blog</a> 18 - <a href="/portfolio">Portfolio</a> 17 + <a href="/blog">blog</a> 18 + <a href="/portfolio">portfolio</a> 19 + <a href="https://memories.vixalien.com" target="_blank">memories &#8599;</a> 19 20 </nav> 20 21 </header> 21 22 <Intro title={SITE_TITLE} />