diff --git a/src/assets/git.svg b/src/assets/git.svg new file mode 100644 index 0000000..2ca2f56 --- /dev/null +++ b/src/assets/git.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/gitea.svg b/src/assets/gitea.svg new file mode 100644 index 0000000..cb5b6ee --- /dev/null +++ b/src/assets/gitea.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 4a4384c..3ef4679 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -15,6 +15,7 @@ interface Props { const canonicalURL = new URL(Astro.url.pathname, Astro.site); const { title, description, image = FallbackImage } = Astro.props; + --- @@ -56,3 +57,14 @@ const { title, description, image = FallbackImage } = Astro.props; + \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 96c2fce..1aee648 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,33 +3,10 @@ const today = new Date(); ---