diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e761380..03bb39e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -50,33 +50,29 @@ const { title = pageTitle, author = siteConfig.defaultAuthor.name,description = {spaEnabled && } - -
- {noscript && } -
-
- {path} -
- - - -
- -
-
-
- - + {statisticsEnabled && } { (siteConfig.neko.enabled && !noscript) && <> diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 3d3025d..5396a57 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -58,8 +58,8 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
- -
+ +

← Back to posts @@ -69,8 +69,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || ` import "katex/dist/contrib/copy-tex.js" } - -
+