From ef017540a2ffa4732d9b52d0d8d1e026f43554cd Mon Sep 17 00:00:00 2001 From: Jorge Baumann Date: Wed, 5 Jun 2024 17:52:53 +0200 Subject: [PATCH] fix: link, add uses, add active link, remove fb ico --- src/components/ArticleCard.astro | 4 ++-- src/components/Footer.astro | 10 +++++---- src/components/NavBar.astro | 37 +++++++++++++++----------------- src/components/UsesPage/uses.md | 6 ++++-- src/styles/global.css | 11 +++++++++- 5 files changed, 39 insertions(+), 29 deletions(-) diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro index 41cf48c..01fc6c4 100644 --- a/src/components/ArticleCard.astro +++ b/src/components/ArticleCard.astro @@ -40,7 +40,7 @@ if (!images[`/src/assets/authors/${authorParsed}.avif`]) />

- + {post.data.title} @@ -63,7 +63,7 @@ if (!images[`/src/assets/authors/${authorParsed}.avif`]) {post.data.author} */} Ver m谩s → diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 471a8b6..d48f502 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -278,7 +278,8 @@ const today = new Date(); > + + -