Fixed bug in base.html causing body tag to have an extra > which pushed down the header image

This commit is contained in:
Josh Stephens 2018-07-04 14:48:00 -05:00 committed by Gilson Filho
parent ebce7b970b
commit 97c1d75916
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
<body class="category-{{ category.slug }}">
{% elif tag %}
<body class="tag-{{ tag.slug }}">
{% endif %}>
{% endif %}
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">