We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180d59 commit aa42388Copy full SHA for aa42388
_includes/header.html
@@ -38,8 +38,8 @@
38
39
<div class="row">
40
<div class="col-lg-12">
41
- <!-- <div class="intro-message">
42
- <h1>{{ page.title }}</h1>
+ <div class="intro-message">
+ <!-- <h1>{{ page.title }}</h1>
43
<h3>{{ page.subTitle }}</h3>
44
<hr class="intro-divider">
45
<ul class="list-inline intro-social-buttons">
@@ -48,8 +48,8 @@ <h3>{{ page.subTitle }}</h3>
48
<a href="{{ social.url }}" class="btn btn-default btn-lg"><i class="fa fa-{{ social.title }} fa-fw"></i> <span class="network-name">{{ social.title }}</span></a>
49
</li>
50
{% endfor %}
51
- </ul>
52
- </div> -->
+ </ul> -->
+ </div>
53
</div>
54
55
0 commit comments