Different optimations and bugs

This commit is contained in:
2025-07-07 12:52:37 +02:00
parent e2b0e7b492
commit a6d226769c
11 changed files with 95 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ company:
navigation:
header:
children:
- link: accounts.publishingchannels.children
- link: accounts.publishingchannels
- name: Contact
description: Get in touch with {{ 'us' if service_provider.type == 'legal' else 'me' }}
icon:
@@ -140,4 +140,10 @@ navigation:
{% endif %}
- name: Toggle Fullscreen
description: Enter or exit fullscreen mode
icon:
class: fa-solid fa-expand-arrows-alt
onclick: "toggleFullscreen()"
{% include 'footer_menu.yaml.j2' %}