diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index a6d94aa..9dfe696 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -2,4 +2,5 @@ Home About Blog + Tags diff --git a/src/layouts/BlogPostLayout.astro b/src/layouts/BlogPostLayout.astro index 3b3b516..920b134 100644 --- a/src/layouts/BlogPostLayout.astro +++ b/src/layouts/BlogPostLayout.astro @@ -8,5 +8,34 @@ const { frontmatter } = Astro.props;
{frontmatter.description}
Written by: {frontmatter.author}
This is a list of all tags.
+ +