From 4480c9d2e0257aa1b4e25733da779be11e5e76e0 Mon Sep 17 00:00:00 2001 From: wony617 <49024958+Jwaminju@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:57:36 +0900 Subject: [PATCH 1/5] Add padding at the beginning of post image --- _layouts/post.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index e290de1..1d640a1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,6 @@ -
From ae4aea0d2c7a529bcfa414032dbd567f04c4a534 Mon Sep 17 00:00:00 2001 From: wony617 <49024958+Jwaminju@users.noreply.github.com> Date: Sun, 29 Jun 2025 12:15:35 +0900 Subject: [PATCH 2/5] Update author align --- _layouts/post.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 1d640a1..24e8585 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -78,17 +78,16 @@

{{ page.title }}

- {% if page.author %} -
-
+ {% if page.author %} +
+
{{ author.display_name }}
-
- {{ author.display_name }} - {{ author.description }} +
+ {{ author.display_name }} + {{ author.description }}
-
+
{% endif %} From 583828548355837d3a2b4dfa96a46f4183a1edae Mon Sep 17 00:00:00 2001 From: wony617 <49024958+Jwaminju@users.noreply.github.com> Date: Sun, 29 Jun 2025 12:22:23 +0900 Subject: [PATCH 3/5] Add padding of the content start --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 24e8585..e05bc6c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@ -
+
From 8464bf762461ccc0b144dd73074880424ec05daf Mon Sep 17 00:00:00 2001 From: wony617 <49024958+Jwaminju@users.noreply.github.com> Date: Sun, 29 Jun 2025 12:34:40 +0900 Subject: [PATCH 4/5] Author align to left --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index e05bc6c..3cb0292 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -79,11 +79,11 @@

{{ page.title }}

{% if page.author %} -
-
+
+
{{ author.display_name }}
-
+
{{ author.display_name }} {{ author.description }}
From fec1f9e1f4c8ba22433f1e422870976bfbec15d9 Mon Sep 17 00:00:00 2001 From: wony617 <49024958+Jwaminju@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:00:04 +0900 Subject: [PATCH 5/5] Add margin for featured-image --- _layouts/post.html | 2 +- assets/css/theme.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 3cb0292..db80be3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@ -
+
diff --git a/assets/css/theme.scss b/assets/css/theme.scss index 9a7c0b4..13354bd 100644 --- a/assets/css/theme.scss +++ b/assets/css/theme.scss @@ -343,6 +343,7 @@ blockquote { } .featured-image { display: block; + margin-top: 2rem; margin-bottom: 2rem; }