aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 090100f..48cffb2 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,6 +1,6 @@
---
layout: default
---
-<h1>{{ page.title }}</h1>
+<h1>{{ page.title }}{% if page.subtitle %} <small>{{ page.subtitle }}</small>{% endif %}</h1>
<hr/>
{{ content }}