I installed the grav breadcrumb plugin.
https://github.com/getgrav/grav-plugin-breadcrumbs
I realized it didn't work out the box as the README says. You need to include it. I want it on every page, not just blog pages. (default.md) I am trying to figure out where to add
{% if config.plugins.breadcrumbs.enabled %}
{% include 'partials/breadcrumbs.html.twig' %}
{% endif %}
/forum/archive/breadcrumbs-not-showing-t9111
I tried my partials/base.html.twig according to this post above but it's still not working. Does anyone know where this is supposed to go?
Using the base quark theme.