We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b92607 commit 00e776bCopy full SHA for 00e776b
1 file changed
src/pages/posts/[...slug]/index.astro
@@ -146,12 +146,12 @@ const ogImage = ogImageUrl
146
147
<EditPost class="sm:hidden" {hideEditPost} {post} />
148
149
+ <BackToTopButton />
150
+
151
<ul class="mt-4 mb-8 flex flex-wrap gap-4 sm:my-8">
152
{tags.map(tag => <Tag tag={slugifyStr(tag)} tagName={tag} size="sm" />)}
153
</ul>
154
- <BackToTopButton />
-
155
<ShareLinks />
156
157
<hr class="my-8 border-dashed" />
0 commit comments