From 353e4ac3dd93d9250eda108ccb3540aa9d08d366 Mon Sep 17 00:00:00 2001 From: Yifan Jiang Date: Sat, 14 Oct 2023 11:05:07 +0100 Subject: [PATCH] fix inconsistent alignment for latest posts --- _includes/latest_posts.html | 2 +- _includes/news.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html index bb82acb8dcb2..0d1a0be3afaa 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 2146d885e5b4..401d9f6f4c20 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 }}