Me top tier web developer
It does something, kinda works ig XD Fixed images in Showcase (a bit) Also me tired, so no more code for today
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardDescription,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from "../../../components/ui/card";
|
||||
|
@@ -1,16 +0,0 @@
|
||||
---
|
||||
import MainLayout from '../../../../layouts/MainLayout.astro';
|
||||
import SinglePage from '../../../../layouts/SinglePage.astro';
|
||||
//@ts-ignore
|
||||
import { dictionary } from "../../../../i18n/dictionary";
|
||||
import { LANGUAGES } from '../../../../i18n/utils';
|
||||
const { title, description } = dictionary[Astro.currentLocale];
|
||||
|
||||
const { tag } = Astro.params;
|
||||
---
|
||||
<MainLayout title={title} description={description} lang={Astro.currentLocale}>
|
||||
<SinglePage>
|
||||
<p>Posts tagged with {tag}</p>
|
||||
</SinglePage>
|
||||
</MainLayout>
|
||||
|
Reference in New Issue
Block a user