Skip to content

Commit 872a0dd

Browse files
authored
Update about.liquid
1 parent 54db43d commit 872a0dd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_layouts/about.liquid

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ layout: default
3232
<!-- <div class="transparent-bg"> -->
3333
<div class="post">
3434
<header class="post-header">
35+
<!-- Centered Lab Logo -->
36+
<p align="center">
37+
<img src="/assets/img/lab_logo.png" alt="Lab Logo" style="width: 100%;">
38+
</p>
39+
3540
<h1 class="post-title">
3641
{% if site.title == 'blank' %}
3742
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
@@ -43,7 +48,7 @@ layout: default
4348
<p class="desc">{{ page.subtitle }}</p>
4449
</header>
4550

46-
<d-article>
51+
<article>
4752
{% if page.profile %}
4853
<div class="profile float-{% if page.profile.align == 'left' %}left{% else %}right{% endif %}">
4954
{% if page.profile.image %}
@@ -105,6 +110,6 @@ layout: default
105110
{% if site.newsletter.enabled and site.footer_fixed %}
106111
{% include scripts/newsletter.liquid center=true %}
107112
{% endif %}
108-
</d-article>
113+
</article>
109114
</div>
110115
<!-- </div> -->

0 commit comments

Comments
 (0)