diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 71ffb82..f8174f5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,9 +2,8 @@ layout: default --- - <h1 class="post-title-smaller"> - {% t page.title %}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %} + {{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %} </h1> <p class="post-meta"> |
