-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
editing / customizing the footer.... #17
Comments
You must add a new twig template to your theme to handle your new footer or, better, add a new shortcode to handle it. If you choose the second option, please consider to add it to Gravstrap and share with others. :-) |
I see it now in the I couldn't figure out what was rendering the footer and then I inspected the element very carefully in Chrome browser and it showed me the plugin that had the css. I found it. |
I wanted to know how to edit the footer to make it look more like this page here in this screenshot:
Notice how for the text links at the bottom of the page, they list each page individually in columns. Is that something that can be automated in gravstrap? Or do I have to update all the links manually when I add/delete a page on my website? It seems like I would implement a page module for this or some sort of reusable gravstrap section.
I looked in the
/pages/common/common.md
and I see some footer code there[g-footer-one name="footer" render=false]
,but how does gravstrap know to parse some of the navigation links in the footer? I do not see which arguments control the navigation links in footer?
The text was updated successfully, but these errors were encountered: