diff options
| -rw-r--r-- | templates/post.html | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/templates/post.html b/templates/post.html index 5c4fef5..8da33b2 100644 --- a/templates/post.html +++ b/templates/post.html @@ -19,12 +19,10 @@  </header>  <main> -<center>  <h1>{{ title }}</h1>  <p><i><time datetime="{{ date }}" pubdate>  {{ date }}  </time></i></p> -</center>  <content>      {{ content|safe }} |