diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8fb1702..322e242 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,12 +1,6 @@ <!DOCTYPE html> <html> - <head> - <meta charset="utf-8"> - <title>{{ page.title }}</title> - {% include header.html %} - - </head> <body> {% include nav.html %} @@ -15,7 +9,7 @@ <div class="container"> <div class="container-2"> <h2 class="center" id="title">{{ page.title | upcase }}</h2> - <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5> + <h5 class="center">{{ page.date | date_to_long_string | upcase }}</h5> <br> <div class="twocol justify">{{ content }}</div> <p class="post-author right">by {{ site.author }}</p> |
