mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved collection dependency bug
This commit is contained in:
		@@ -9,12 +9,12 @@ defaults_service_provider:
 | 
			
		||||
      city:         "Cybertown"
 | 
			
		||||
      postal_code:  "00001"
 | 
			
		||||
      country:      "Nexusland"
 | 
			
		||||
    logo:           "{{ applications['asset'].url ~ '/img/logo.png' }}"
 | 
			
		||||
    logo:           "{{ applications['web-svc-asset'].url ~ '/img/logo.png' }}"
 | 
			
		||||
  platform:    
 | 
			
		||||
    titel:          "CyMaIS"
 | 
			
		||||
    subtitel:       "One login. Infinite applications."
 | 
			
		||||
    logo:           "{{ applications['asset'].url ~ '/img/logo.png' }}"
 | 
			
		||||
    favicon:        "{{ applications['asset'].url ~ '/img/favicon.ico' }}"
 | 
			
		||||
    logo:           "{{ applications['web-svc-asset'].url ~ '/img/logo.png' }}"
 | 
			
		||||
    favicon:        "{{ applications['web-svc-asset'].url ~ '/img/favicon.ico' }}"
 | 
			
		||||
  contact:
 | 
			
		||||
    bluesky: >-
 | 
			
		||||
      {{ ('@' ~ users.contact.username ~ '.' ~ domains.bluesky.api)
 | 
			
		||||
@@ -30,4 +30,4 @@ defaults_service_provider:
 | 
			
		||||
  legal:
 | 
			
		||||
    editorial_responsible:  "Johannes Gutenberg"
 | 
			
		||||
    source_code:            "https://github.com/kevinveenbirkenbach/cymais"
 | 
			
		||||
    imprint:                "{{web_protocol}}://{{ domains | get_domain('html') }}/imprint.html"
 | 
			
		||||
    imprint:                "{{web_protocol}}://{{ domains | get_domain('web-svc-html') }}/imprint.html"
 | 
			
		||||
		Reference in New Issue
	
	Block a user