diff options
author | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-07 04:51:48 +0300 |
---|---|---|
committer | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-07 04:51:48 +0300 |
commit | 0eb94a690c477cc8e5b73e29805db17514128bde (patch) | |
tree | a80273dbf5116303e380ed5150e39fc5dc00c265 /weblog/templates | |
parent | 3c422480bdfef5e599d0c5c5acbd1f724df9208d (diff) | |
download | w3blog-0eb94a690c477cc8e5b73e29805db17514128bde.tar.gz w3blog-0eb94a690c477cc8e5b73e29805db17514128bde.zip |
final touches, adaptiveness
Diffstat (limited to 'weblog/templates')
-rwxr-xr-x | weblog/templates/weblog/sidebar_categories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog/templates/weblog/sidebar_categories.html b/weblog/templates/weblog/sidebar_categories.html index 370d6b8..ffaa375 100755 --- a/weblog/templates/weblog/sidebar_categories.html +++ b/weblog/templates/weblog/sidebar_categories.html @@ -7,5 +7,5 @@ {{ category.name }} </a></li> {% endfor %} -</div> +</ul> {% endif %} |