Changed some typos

This commit is contained in:
Felipe M 2016-12-19 09:53:28 +01:00
parent a1b33424db
commit 8850c0bcc5
3 changed files with 3 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<article class="center">
<h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
<div class="info">
Published on {{ post.pub_date }}. // <a href="#">No comments.</a>
Published on {{ post.pub_date }} with <a href="#">no comments.</a>
</div>
<div class="content">
{{ post.body }}