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 2403cc3 commit cedf151Copy full SHA for cedf151
1 file changed
src/pages/en/daily/[slug].astro
@@ -17,6 +17,8 @@ const { post } = Astro.props;
17
const { Content } = await post.render();
18
---
19
20
+<ContentLayout title={post.data.title} description={post.data.summary || post.data.title} locale="en" currentPath="/en/daily">
21
+ <main class="max-w-[780px] mx-auto px-4 sm:px-6 pt-[72px] sm:pt-[80px] pb-[40px] sm:pb-[60px] flex-1 w-full animate-fade-in">
22
<a href="/en/daily" class="inline-flex items-center gap-1.5 text-text-dim text-xs sm:text-sm mb-4 sm:mb-6 px-3 sm:px-4 py-2 rounded-lg border border-border bg-bg-card hover:text-text hover:bg-accent-glow hover:border-accent transition-all no-underline">
23
{t("article.back", "en")}
24
</a>
0 commit comments