Skip to content

Commit 5fbca66

Browse files
committed
remove site title from about page
1 parent 643364d commit 5fbca66

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_layouts/about.liquid

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44
<div class="post">
5-
<header class="post-header">
5+
{% comment %} <header class="post-header">
66
<h1 class="post-title">
77
{% if site.title == 'blank' %}
88
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
@@ -11,8 +11,9 @@ layout: default
1111
{{ site.title }}
1212
{% endif %}
1313
</h1>
14+
1415
<p class="desc">{{ page.subtitle }}</p>
15-
</header>
16+
</header> {% endcomment %}
1617

1718
<article>
1819
{% if page.profile %}

0 commit comments

Comments
 (0)