Skip to content

Commit 41ef3ed

Browse files
committed
Merge pull request jeromelachaud#11 from kylesferrazza/patch-3
Title and Description from config
2 parents f719cfd + 988f5e0 commit 41ef3ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<div class="container">
55
<div class="row">
66
<div class="col-md-8 col-md-offset-2">
7-
<h1 class="brand-heading">Grayscale</h1>
8-
<p class="intro-text">A free, responsive, one page Bootstrap theme.<br>Created by Start Bootstrap.</p>
7+
<h1 class="brand-heading">{{ site.title }}</h1>
8+
<p class="intro-text">{{ site.description }}<br>
99
<a href="#about" class="btn btn-circle page-scroll">
1010
<i class="fa fa-angle-double-down animated"></i>
1111
</a>
1212
</div>
1313
</div>
1414
</div>
1515
</div>
16-
</header>
16+
</header>

0 commit comments

Comments
 (0)