Hi,
i created a child theme for a bootstrap5-theme:
https://github.com/stom66/grav-theme-t2b5
but the template override is not working.
Only if i delete the template in the parent theme, all changes are accepted. Can somebody give me a hint, what might be wrong
steps I did
- Inheriting Manually
- copy template: from
user\themes\t2b5\templates\default.html.twig->user\themes\myb5\templates\default.html.twig - changed
<div class="container">-><div class="container-fluid"> - clear all cache
