diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-22 19:07:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-22 19:07:07 -0500 |
commit | 0f085c2f87fe4f92c28d691fa16960cdb403f446 (patch) | |
tree | 7a5976f4eb437cfb742ce594f7264430018ef834 | |
parent | b0f72aea4f03d984b1c6867594529e366b4698e0 (diff) | |
download | cl-0f085c2f87fe4f92c28d691fa16960cdb403f446.tar.lz cl-0f085c2f87fe4f92c28d691fa16960cdb403f446.tar.xz cl-0f085c2f87fe4f92c28d691fa16960cdb403f446.zip |
Fix missing div in categories.html
-rw-r--r-- | cl-theme/templates/categories.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cl-theme/templates/categories.html b/cl-theme/templates/categories.html index 4c72f13..3a5f60d 100644 --- a/cl-theme/templates/categories.html +++ b/cl-theme/templates/categories.html @@ -47,4 +47,5 @@ <!-- end of post content --> </article> </div> + </div> {% endblock %} |