From 46b2d9534218944e137c7c1594dec1c2a146dc66 Mon Sep 17 00:00:00 2001 From: Jindong Wang Date: Mon, 13 Jan 2025 08:59:57 -0500 Subject: [PATCH] resize --- _layouts/about.liquid | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/_layouts/about.liquid b/_layouts/about.liquid index 768caf7f..a3fd73a3 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -3,7 +3,7 @@ layout: default ---
-

+

{% if site.title == 'blank' %} {{ site.first_name }} {{ site.middle_name }} @@ -11,24 +11,28 @@ layout: default {% else %} {{ site.title }} {% endif %} -

+

{{ page.subtitle }}

{% if page.profile %} -
+
{% if page.profile.image %} {% assign profile_image_path = page.profile.image | prepend: 'assets/img/' %} - Profile Image + {% if page.profile.image_circular %} + Profile Image + {% else %} + Profile Image + {% endif %} {% endif %} -
{{ content }}
{% endif %} +
{{ content }}
+ + {% if page.news and site.announcements and site.announcements.enabled %}