diff --git a/_layouts/gallery-index.html b/_layouts/gallery-index.html
index 64becaa..fefb4e2 100644
--- a/_layouts/gallery-index.html
+++ b/_layouts/gallery-index.html
@@ -10,7 +10,7 @@ layout: default
{{ page.title }}
- {{ page.date|date:'%A, %B %d, %Y' }}
+ {{ page.date|date:'%A, %B %d, %Y' }}
{% if page.end_date %}
🕗 {{ page.date | date:"%d/%m/%Y" }} - {{ page.end_date | date:"%d/%m/%Y" }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 2f92e72..1b61ffb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -27,7 +27,7 @@
{{ page.title }}
- {{ page.date|date:'%A, %B %d, %Y' }}
+ {{ page.date|date:'%A, %B %d, %Y' }}
{% if page.end_date %}
🕗 {{ page.date | date:"%d/%m/%Y" }} - {{ page.end_date | date:"%d/%m/%Y" }}