From 7787f4a042f9ea70456f90979047d8fbb614376a Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 12:17:24 +0630 Subject: [PATCH] Reposition tags to the bottom of the article --- src/pages/posts/[slug].astro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index 20b7385..2e80af9 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -35,16 +35,17 @@ const { Content, frontmatter } = Astro.props.post;

{frontmatter.title}

-
    - {frontmatter.tags.map((tag) => )} -
+ +
    + {frontmatter.tags.map((tag) => )} +