diff options
Diffstat (limited to 'templates/weblog.html')
-rw-r--r-- | templates/weblog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/weblog.html b/templates/weblog.html index f9889af..6638faf 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -48,7 +48,7 @@ {% block content %} <div class="posts-list"> {% for post in paginator.pages %} - <div class="post-container"> + <div class="post-container partial"> <h2> <a href="{{ post.permalink }}">{{ post.title }}</a> <span class="publish-date">{{ post.date | date }}</span> |