Skip to content

Commit

Permalink
Add custom footer option
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Dec 5, 2024
1 parent 1edd37d commit 69794b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kraken.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ regions:
sidebar_secondary: 'Secondary Sidebar'
secondary_content: 'Secondary Content'
prefooter: 'Pre-Footer'
customfooter: 'Custom Footer'
drawer: 'Off Canvas Drawer'
1 change: 1 addition & 0 deletions templates/includes/footer.unit.html.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ page.customfooter }}
<hr class="mt-0" />
<div class="container px-4 py-8 mx-auto unit-content" id="unit-footer">
{% if vpr_sig_url %}
Expand Down

0 comments on commit 69794b3

Please sign in to comment.