We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a1a77 commit 13e6cebCopy full SHA for 13e6ceb
_layouts/default.html
@@ -13,7 +13,7 @@
13
</head>
14
15
<!-- Body -->
16
- <body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
+ <body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
17
18
<!-- Header -->
19
{%- include header.html %}
0 commit comments