Adding a link to the footer (hard coded?) #858
Unanswered
cb3inco
asked this question in
2 - Q&A / Support
Replies: 1 comment
-
|
You are near, but don't "just create" the file: copy it over from the theme and keep the contents, add your changes, and save it. The original site-footer.html will be overridden by your version. You can do that with any file in the theme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering how I might go about adding a link to a 'privacy policy' that would be placed in the footer or site. I think I saw some discussion about defining a 'menu' for the footer, and it looked like there maybe was a pull request that was merged and then backed out.
I'm using the Module setup for Ananke and it appears to not actually download the theme files like it did using the git submodule in the past (I have an older site using this method).
If I want to hard code a link, can I just create a ./layouts/partials/site-footer.html and just insert the link there?
Sorry, I'm not familiar with how these templates work, so wondering if the local copy just over-rides the one the module setup is pulling - because there is no files in the layouts folder locally currently.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions