diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-27 18:02:21 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-27 18:02:21 +0300 |
commit | af988f1885fe1e6841e56460aabf5b7c87858d8f (patch) | |
tree | e40e7eb2577cab16a7b053635376b6bfdc545eb4 /templates/weblog.html | |
parent | e8e80b9df7780e886d106f3e2747a5f64908fba0 (diff) | |
download | yaroslavps.com-af988f1885fe1e6841e56460aabf5b7c87858d8f.tar.gz yaroslavps.com-af988f1885fe1e6841e56460aabf5b7c87858d8f.zip |
Cookbook improvements
CSS improvements and image size optimization.
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> |