mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat(astro): finish header and footer styling
This commit is contained in:
15
src/components/RSSLink.astro
Normal file
15
src/components/RSSLink.astro
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
import { Sprite } from 'astro-icon';
|
||||
|
||||
import Subsubheadline from './Subsubheadline.svelte';
|
||||
---
|
||||
|
||||
<div class="grow mbe-5 sm:mbe-0">
|
||||
<Subsubheadline>Stay up to date.</Subsubheadline>
|
||||
<p>
|
||||
<a href="/rss.xml" rel="nofollow noopener noreferrer external" target="_blank">
|
||||
<Sprite name="ri:rss-fill" class="h-icon w-icon inline" />
|
||||
Subscribe via RSS
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user