diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html
index bb82acb..0d1a0be 100644
--- a/_includes/latest_posts.html
+++ b/_includes/latest_posts.html
@@ -12,7 +12,7 @@
{% endif %}
{% for item in latest_posts limit: latest_posts_limit %}
- | {{ item.date | date: "%b %-d, %Y" }} |
+ {{ item.date | date: "%b %-d, %Y" }} |
{% if item.redirect == blank %}
{{ item.title }}
diff --git a/_includes/news.html b/_includes/news.html
index 2146d88..401d9f6 100644
--- a/_includes/news.html
+++ b/_includes/news.html
@@ -11,7 +11,7 @@
{% endif %}
{% for item in news limit: news_limit %}
|
- | {{ item.date | date: "%b %-d, %Y" }} |
+ {{ item.date | date: "%b %-d, %Y" }} |
{% if item.inline -%}
{{ item.content | remove: ' ' | remove: ' ' | emojify }}
|