Custom text with URL in footer #2310
m3xw3ll
started this conversation in
Help Wanted
Replies: 2 comments 2 replies
-
you can't currently add a link to the footer without editing the code yourself |
Beta Was this translation helpful? Give feedback.
2 replies
-
The |
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.
-
Hello all,
there is the possibility to create a custom footer in the
.env
file. There is also a merged PR to add custom ToS and Privacy Policy to the footer.I tried to add those in the
.env
file like so:CUSTOM_FOOTER="<html><a href='www.google.de' target='_blank'>Hallo</a></html>"
But this just shows the plain string not proper formatted. I tried different approaches like removed the HTML tag, but no success. Can you please tell me how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions