Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online

Add link to source code in footer (#2)

authored by ghustvn.com and committed by

GitHub 45e3ec64 b0723007

+14
+14
src/components/SiteFooter.astro
··· 1 + --- 2 + import { Icon } from 'astro-icon/components'; 3 + --- 4 + 1 5 <footer> 2 6 <div class="footer-inner"> 3 7 <div class="cluster"> ··· 6 10 </a> 7 11 <a href="/sitemap-0.xml"> 8 12 <span>Sitemap</span> 13 + </a> 14 + <a href="https://github.com/ghustvn/life_series" rel="external"> 15 + <span class="cluster gap-text-icon"> 16 + <Icon 17 + name="lucide:github" 18 + title="GitHub" 19 + role="img" 20 + /> 21 + <span>Source code</span> 22 + </span> 9 23 </a> 10 24 </div> 11 25 </div>