diff options
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 48cffb2..6455acc 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,6 +1,5 @@ --- layout: default --- -<h1>{{ page.title }}{% if page.subtitle %} <small>{{ page.subtitle }}</small>{% endif %}</h1> -<hr/> +{% include jekyll-theme/page/title.html %} {{ content }} |