mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized code and solved bugs
This commit is contained in:
@@ -30,10 +30,4 @@ defaults_service_provider:
|
||||
legal:
|
||||
editorial_responsible: "Johannes Gutenberg"
|
||||
source_code: "https://github.com/kevinveenbirkenbach/cymais"
|
||||
imprint: >-
|
||||
{{ "{protocol}://{domain}/imprint.html"
|
||||
| safe_placeholders({
|
||||
'protocol': web_protocol,
|
||||
'domain': domains.html_server
|
||||
})
|
||||
}}
|
||||
imprint: "{{web_protocol}}://{{domains['html-server']}}/imprint.html"
|
Reference in New Issue
Block a user