Skip to content

Commit

Permalink
exclude footer option added
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotthall committed Oct 15, 2024
1 parent 0a59c75 commit d6e6789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/_includes/base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ title: BCC
<body class="{{ body_class }}">
{% include "header" %}
{{ content }}
{% include "footer" %}
{% if exclude_footer %}

{% else %}
{% include "footer" %}
{% endif %}
</body>
<script>
//*** Active class on menu when in section ***//
Expand Down
1 change: 1 addition & 0 deletions frontend/stories/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ bounds:
lng: -73.10852050781251
zoom: 7
story_id: 1
exclude_footer: true
---

0 comments on commit d6e6789

Please sign in to comment.