Closed ottlinger closed 1 year ago
The foter is now safeHTML
, so that you can use classic HTML formatting and also <a href="">
. Unfortunately it seems markdownify and safeHTML are exclusive features. Will HTML link work for you?
I tried removing the safeHTML in my themes subdir without any effects. Will try plain HTML instead.
you can try replaceing safeHTML with markdownify locally
Ah, now I see your point: markdownify disables the HTML link and vice versa. Maybe it's the easiest to just update the documentation in https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/config.toml#L41
Thanks for the updates, I still struggle to get my old page working again, but do really enjoy the newly added features and customizability.
Right, I'll review the docs sometime soon. We had a lot of changes recently so it needs to settle down a bit. More features are coming :)
Thanks for the merge.
Before the latest version updates I used footer's copyright to include other links and my config.toml looked like that:
That rendered properly.
Now the page does not render any markdown anymore, thus I'm unable to use this mechanism to add footer links such as legal stuff.
Is there a workaround (without patching my partial file in my themes directory)
Thanks