Skip to content

Commit 13e6ceb

Browse files
Layout Spacing problem when footer_fixed: false (alshedivat#554)
* fix space * Minor adjustments Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
1 parent 16a1a77 commit 13e6ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414

1515
<!-- Body -->
16-
<body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
16+
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
1717

1818
<!-- Header -->
1919
{%- include header.html %}

0 commit comments

Comments
 (0)