-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #873 from alphagov/without-footer-links-layout
Add a new layout that excludes footer links
- Loading branch information
Showing
2 changed files
with
45 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<%= render partial: 'base', locals: { | ||
hide_footer_links: true, | ||
hide_nav: true, # no breadcrumbs, you can include them using components if | ||
# you need them, rather than using slimmer | ||
css_file: 'core-layout', | ||
js_file: 'header-footer-only' | ||
} %> |