diff --git a/configuration/template.html b/configuration/template.html
index 6705b3b..70ffdac 100644
--- a/configuration/template.html
+++ b/configuration/template.html
@@ -1,216 +1,240 @@
-
-{weblog-title}{separator}{post-title}
-
-
-{feeds}
-
-
-
+ article {
+ background-color: var(--article-background-color);
+ padding: 1em;
+ border-radius: 10px;
+ border: 2px solid var(--border-color);
+ }
-
+ .fa-solid.fa-heart {
+ color: #c81d25;
+ }
-
+ .pride-img {
+ margin: 0 auto;
+ }
+
+
+
+
-
- {body}
-
-
-
+
+
+ {body}
+
+
+
-
+
+
-Recent posts
+ Recent posts
-{recent-posts}
+ {recent-posts}
+
-
-
-
-
-
+
+