From 5eb329f36c3d61577d0de5c61d15d52cde2843b1 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Sat, 2 Jul 2022 18:05:03 +0800
Subject: [PATCH] chore: center align preview image caption (#633)
Resolve #633
---
_layouts/post.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/post.html b/_layouts/post.html
index b2f92d1..133c712 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -50,7 +50,7 @@ tail_includes:
{% endif %}>
{% if page.image.alt %}
- {{ page.image.alt }}
+ {{ page.image.alt }}
{% endif %}