diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/post.html b/templates/post.html index c349cf0..6d24e5d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -17,15 +17,15 @@ ${table-of-contents} ${if(title)} <header class="header-bloc"> <h1>${title}</h1> -${if(subtitle)} +<!-- ${if(subtitle)} <h2>${subtitle}</h2> -${endif} +${endif} --> ${if(date)} <time>${date}</time> ${endif} -${if(author)} +<!-- ${if(author)} <p>${author}</p> -${endif} +${endif} --> </header> ${endif} ${if(body)} |