We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb40808 commit 7a799ceCopy full SHA for 7a799ce
_includes/themes/twitter/page.html
@@ -1,5 +1,5 @@
1
<div class="page-header">
2
- <h1>{{ page.title }} <small>Supporting tagline</small></h1>
+ <h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
3
</div>
4
5
<div class="row">
index.md
@@ -1,6 +1,7 @@
---
layout: page
title: Hello World!
+tagline: Supporting tagline
6
{% include JB/setup %}
7
0 commit comments