diff --git a/src/pages/index.astro b/src/pages/index.astro
index 1b4ab10..af3b7d6 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -14,7 +14,7 @@ const posts = await Astro.glob("../posts/*.md");
const tags = getTags(posts);
---
-
+
@@ -28,6 +28,13 @@ const tags = getTags(posts);
+
+ You can also
+ subscribe with RSS!
+
+
+
+
diff --git a/src/pages/posts.astro b/src/pages/posts.astro
index 7e8169a..56956d2 100644
--- a/src/pages/posts.astro
+++ b/src/pages/posts.astro
@@ -15,7 +15,7 @@ const posts = (await Astro.glob("../posts/*.md")).sort(
);
---
-
+
@@ -33,6 +33,13 @@ const posts = (await Astro.glob("../posts/*.md")).sort(
}
+
+
+ You can also
+ subscribe with RSS!
+
+
+
diff --git a/src/style/global.css b/src/style/global.css
index de70773..d3d1d2e 100644
--- a/src/style/global.css
+++ b/src/style/global.css
@@ -205,6 +205,10 @@ h3 {
text-align: center;
}
+.center {
+ text-align: center;
+}
+
.header-section {
display: flex;
align-items: center;