Dark mode / Light Mode switcher button

Dark mode / Light Mode switcher button

I think you can only create or edit template modifications with development mode enabled in your /src/config.php file

Code:
$config['development']['enabled'] = true;
yep, enabled it.

So then,

I have to replace

<a href="{{ link('whats-new') }}"

with that custom code?!

Just got the impression, I am deleting the button 'What's new' with that...
 
Top Bottom