Fixed bug in base.html causing body tag to have an extra > which pushed down the header image
This commit is contained in:
parent
ebce7b970b
commit
97c1d75916
@ -107,7 +107,7 @@
|
|||||||
<body class="category-{{ category.slug }}">
|
<body class="category-{{ category.slug }}">
|
||||||
{% elif tag %}
|
{% elif tag %}
|
||||||
<body class="tag-{{ tag.slug }}">
|
<body class="tag-{{ tag.slug }}">
|
||||||
{% endif %}>
|
{% endif %}
|
||||||
|
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
|
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
|
||||||
|
Loading…
Reference in New Issue
Block a user