You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already had a `site_footer` but it was really a `libraries_footer` so it was renamed.
`site_footer` now appears at the bottom of the main content but before the actual `<footer>` tags. This is what bento used to call `about_bento`.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@ If you have local overrides for styles, import them _after_ the shared styles.
34
34
35
35
You'll want to set `<%= content_for(:title, "SOMETHING") %>` on your views.
36
36
37
-
You'll want to copy `app/views/layouts/_site_nav.html.erb` into your local repo and make appropriate changes.
37
+
You'll want to copy `app/views/layouts/_site_nav.html.erb` into your local
38
+
repo and make appropriate changes.
39
+
40
+
`app/views/layouts/_site_footer.html.erb` is also available if you really need
41
+
a third footer above the other two (I'm looking at you bento!).
38
42
39
43
If you need to make changes to other templates, you can also copy those to your local repo but you should check with others as the main header / footer / etc are probably best left as they are in this gem.
0 commit comments