diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 1adc02b..f4f7a99 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,9 +3,13 @@ layout: default --- <h1 class="post-title-smaller"> - {{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %} + {{ page.title }} </h1> +{% if page.subtitle %} + <h2 class="post-subtitle">{{ page.subtitle }}</h2> +{% endif %} + {% include postmeta.html urltobeused="/" date=page.date tags=page.tags %} {{ content }} |
