mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
Solved path bug
This commit is contained in:
parent
35446b6d94
commit
ab8b99b2c1
@ -9,12 +9,12 @@ defaults_service_provider:
|
||||
city: "Cybertown"
|
||||
postal_code: "00001"
|
||||
country: "Nexusland"
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('logo.png') }}"
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
|
||||
platform:
|
||||
titel: "CyMaIS Demo"
|
||||
subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign."
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('logo.png') }}"
|
||||
favicon: "{{ applications.assets_server.url | safe_var | safe_join('favicon.ico') }}"
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
|
||||
favicon: "{{ applications.assets_server.url | safe_var | safe_join('img/favicon.ico') }}"
|
||||
contact:
|
||||
bluesky: >-
|
||||
{{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api)
|
||||
|
Loading…
x
Reference in New Issue
Block a user