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
Found it: add custom footer/scripts.html where I delete {{ partial "footer/extra" . }}
dont know if including like me is better or worse than the actual way? If wanted I could add the files as merge request
Or only document the possibility
Hello,
I started building my homepage and want to put some text (credits to you hugo and so on)
When I just put
some text
in the footer/extra.html it will not displayed in the footer but just at the end of the site.my current workaround for now ist that i add a custom footer.html where I include the extra.html but than I have overflow is displayed both in the footer and at the end of the site.
I attach my files so you cann se better what I'm doing.
https://gitlab.com/arathornestel/freisam-hp/-/blob/main/layouts/partials/footer/extra.html
https://gitlab.com/arathornestel/freisam-hp/-/blob/main/layouts/partials/footer.html
The text was updated successfully, but these errors were encountered: