Skip to content

Commit 44529c7

Browse files
authored
Merge pull request #3 from dmlloyd/site
Set the page title to Home...?
2 parents 7df6c14 + 011af09 commit 44529c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

_layouts/home.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
---
44

55
<div class="home">
6-
{%- if page.title -%}
7-
<h1 class="page-heading">{{ page.title }}</h1>
8-
{%- endif -%}
96

107
{{ content }}
118

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44

55
layout: home
6-
title:
6+
title: Home
77
---
88

99
## About qbicc

0 commit comments

Comments
 (0)