Skip to content

Commit 3cbc5d2

Browse files
Remove title heading from homepage.
1 parent 36466eb commit 3cbc5d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/home.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<div class="home">
66
{%- if page.title -%}
7-
<h1 class="page-heading">{{ page.title }}</h1>
7+
<!-- default change: remove title heading -->
8+
<!--<h1 class="page-heading">{{ page.title }}</h1>-->
89
{%- endif -%}
910

1011
{{ content }}

0 commit comments

Comments
 (0)