Skip to content

Commit 54db43d

Browse files
authored
Update about.liquid
1 parent 13f70f7 commit 54db43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/about.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ layout: default
4343
<p class="desc">{{ page.subtitle }}</p>
4444
</header>
4545

46-
<article>
46+
<d-article>
4747
{% if page.profile %}
4848
<div class="profile float-{% if page.profile.align == 'left' %}left{% else %}right{% endif %}">
4949
{% if page.profile.image %}
@@ -105,6 +105,6 @@ layout: default
105105
{% if site.newsletter.enabled and site.footer_fixed %}
106106
{% include scripts/newsletter.liquid center=true %}
107107
{% endif %}
108-
</article>
108+
</d-article>
109109
</div>
110110
<!-- </div> -->

0 commit comments

Comments
 (0)