We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643364d commit 5fbca66Copy full SHA for 5fbca66
1 file changed
_layouts/about.liquid
@@ -2,7 +2,7 @@
2
layout: default
3
---
4
<div class="post">
5
- <header class="post-header">
+ {% comment %} <header class="post-header">
6
<h1 class="post-title">
7
{% if site.title == 'blank' %}
8
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
@@ -11,8 +11,9 @@ layout: default
11
{{ site.title }}
12
{% endif %}
13
</h1>
14
+
15
<p class="desc">{{ page.subtitle }}</p>
- </header>
16
+ </header> {% endcomment %}
17
18
<article>
19
{% if page.profile %}
0 commit comments