diff --git a/src/components/AdSense.astro b/src/components/AdSense.astro new file mode 100644 index 0000000..24193b6 --- /dev/null +++ b/src/components/AdSense.astro @@ -0,0 +1,22 @@ +
+ +
+ + + + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5537662..79275cc 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,6 +27,12 @@ const { title } = Astro.props; href={`${Astro.site}rss.xml`} /> +