mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
Renamed web-app-port-ui to web-app-desktop
This commit is contained in:
30
roles/web-app-desktop/templates/config.yaml.j2
Normal file
30
roles/web-app-desktop/templates/config.yaml.j2
Normal file
@@ -0,0 +1,30 @@
|
||||
{# The Linebreak here are intentional due to tab bugs #}
|
||||
---
|
||||
cards:
|
||||
{{ portfolio_cards | to_nice_yaml(indent=2) }}
|
||||
|
||||
{% include 'menu/applications.yml.j2' %}
|
||||
{% include 'menu/followus.yml.j2' %}
|
||||
{% include 'menu/contact.yml.j2' %}
|
||||
{% include 'menu/support.yml.j2' %}
|
||||
|
||||
platform:
|
||||
titel: {{ service_provider.platform.titel }}
|
||||
subtitel: {{ service_provider.platform.subtitel }}
|
||||
logo:
|
||||
source: {{ service_provider.platform.logo }}
|
||||
favicon:
|
||||
source: {{ service_provider.platform.favicon }}
|
||||
company:
|
||||
titel: {{ service_provider.company.titel }}
|
||||
subtitel: {{ service_provider.company.slogan }}
|
||||
logo:
|
||||
source: {{ service_provider.company.logo }}
|
||||
address:
|
||||
{{ service_provider.company.address | to_nice_yaml(indent=4) | indent(4, true) }}
|
||||
imprint_url: {{ service_provider.legal.imprint }}
|
||||
navigation:
|
||||
|
||||
{% include 'menu/header.yml.j2' %}
|
||||
|
||||
{% include 'menu/footer.yml.j2' %}
|
Reference in New Issue
Block a user