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"
|
city: "Cybertown"
|
||||||
postal_code: "00001"
|
postal_code: "00001"
|
||||||
country: "Nexusland"
|
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:
|
platform:
|
||||||
titel: "CyMaIS Demo"
|
titel: "CyMaIS Demo"
|
||||||
subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign."
|
subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign."
|
||||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('logo.png') }}"
|
logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
|
||||||
favicon: "{{ applications.assets_server.url | safe_var | safe_join('favicon.ico') }}"
|
favicon: "{{ applications.assets_server.url | safe_var | safe_join('img/favicon.ico') }}"
|
||||||
contact:
|
contact:
|
||||||
bluesky: >-
|
bluesky: >-
|
||||||
{{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api)
|
{{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user