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
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
I think this is more a problem with my Knowledge Base theme than the plugin. The plugin syntax should work in most setups, and it really should work for the KB theme, too. I'll have to figure out why it's not. Thanks!
Oh I remember now. Well, that's why it's so easy to override and customize 😄 This isn't something I can trivially make work everywhere. The current state is the one that will work on the most installs.
If I add this to the KB skeleton, then I'll include the template override so the user doesn't have to think about it.
The generated URLs are wrong.
The following doesn't help:
{% include 'partials/tagcloud.html.twig' with {'base_url':new_base_url, 'taxonomy':'tag'} %}
So I kind of fixed it for now but this might have to be fixed permanently for others too.
Output:
href="{{ base_url }}/tag{{ tax|e('url') }}
grav-plugin-tagcloud/templates/partials/tagcloud.html.twig
Line 23 in 365720a
Expected Output:
href="{{ base_url }}/taxonomy?name=tag&val={{ tax|e('url') }}
Thanks!
The text was updated successfully, but these errors were encountered: