We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f719cfd + 988f5e0 commit 41ef3edCopy full SHA for 41ef3ed
1 file changed
_includes/header.html
@@ -4,13 +4,13 @@
4
<div class="container">
5
<div class="row">
6
<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>
+ <h1 class="brand-heading">{{ site.title }}</h1>
+ <p class="intro-text">{{ site.description }}<br>
9
<a href="#about" class="btn btn-circle page-scroll">
10
<i class="fa fa-angle-double-down animated"></i>
11
</a>
12
</div>
13
14
15
16
- </header>
+ </header>
0 commit comments