diff --git a/.idea/discord.xml b/.idea/discord.xml
index 30bab2a..d8e9561 100644
--- a/.idea/discord.xml
+++ b/.idea/discord.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index b0db9b0..d3f547f 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,7 @@
+
\ No newline at end of file
diff --git a/_includes/post-summary.html b/_includes/post-summary.html
new file mode 100644
index 0000000..25a0c5c
--- /dev/null
+++ b/_includes/post-summary.html
@@ -0,0 +1,17 @@
+
+
+
+
+ {{ post.date }}
+
+
+
+ {% for tag in post.tags %}
+ {% include tag.html %}
+ {% endfor %}
+
+
diff --git a/_includes/tag.html b/_includes/tag.html
new file mode 100644
index 0000000..7f5ee86
--- /dev/null
+++ b/_includes/tag.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/_layouts/base.html b/_layouts/base.html
index eca4d67..33a8eee 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -5,7 +5,9 @@ layout: default
diff --git a/_layouts/box.html b/_layouts/box.html
index c21429b..6aebfd9 100644
--- a/_layouts/box.html
+++ b/_layouts/box.html
@@ -5,4 +5,3 @@ layout: base
-
diff --git a/_layouts/default.html b/_layouts/default.html
index f48b6a3..b43312e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,13 +4,13 @@
+
{% for css in site.extra_css %}
-
+
{% endfor %}
-
{{ page.title }}
+
{{ page.title }} - {{ site.title }}
{{ content }}