diff --git a/src/components/PageFooter.astro b/src/components/PageFooter.astro index 843cf88..658cf1c 100644 --- a/src/components/PageFooter.astro +++ b/src/components/PageFooter.astro @@ -7,15 +7,17 @@ import UpLink from './UpLink.astro'; --- diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index 9fc06e7..3dd1758 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -7,8 +7,13 @@ import Subsubheadline from './Subsubheadline.svelte';
Stay up to date.

- - + + Subscribe via RSS

diff --git a/src/components/Subnavigation.astro b/src/components/Subnavigation.astro index 3302bbe..7762981 100644 --- a/src/components/Subnavigation.astro +++ b/src/components/Subnavigation.astro @@ -11,7 +11,7 @@ const currentPath = new URL(Astro.request.url).pathname;
  • @@ -21,7 +21,7 @@ const currentPath = new URL(Astro.request.url).pathname; )) } -
      +
        { data.misc.map(({ title, url }) => (
      • diff --git a/src/components/Subsubheadline.svelte b/src/components/Subsubheadline.svelte index de6e4e1..07ca002 100644 --- a/src/components/Subsubheadline.svelte +++ b/src/components/Subsubheadline.svelte @@ -4,7 +4,7 @@