diff options
Diffstat (limited to 'themes/classic/source/_layouts')
-rw-r--r-- | themes/classic/source/_layouts/post.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html index 196bb4dd..5f55e89f 100644 --- a/themes/classic/source/_layouts/post.html +++ b/themes/classic/source/_layouts/post.html @@ -5,13 +5,16 @@ single: true <article class="hentry"> {% include article.html %} + {% unless page.no_meta %} <footer> <p class="meta"> {% include post_author.html %} {% include post_date.html %} + {% include post_categories.html %} {% include sharing.html %} </p> </footer> + {% endunless %} {% if site.disqus_short_name %} <section> <h1>Comments</h1> |