Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
{% endfor %}
{% endif %}

{% if page.include_footer %}
<footer>{% include_cached footer.html %}</footer>
{% else %}
{% include sneks.html %}
{% endif %}
<footer>{% include_cached footer.html %}</footer>
{% include sneks.html %}
</body>
</html>
1 change: 0 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: default
include_footer: true
---

{% capture fp_title %}
Expand Down
1 change: 0 additions & 1 deletion _layouts/search.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
show_masthead: true
include_footer: true
---

{% capture search_title %}{% t titles.search %}{% endcapture %}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: home
include_footer: true
---

<div id="confs">
Expand Down
Loading