mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Little tweaks
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
|
||||
icon:
|
||||
class: fas fa-book
|
||||
url: https://{{domains.sphinx}}
|
||||
url: https://{{domains | get_domain('sphinx')}}
|
||||
iframe: {{ applications | is_feature_enabled('portfolio_iframe','sphinx') }}
|
||||
|
||||
{% endif %}
|
||||
@@ -123,10 +123,16 @@
|
||||
description: Checkout the presentation
|
||||
icon:
|
||||
class: "fas fa-chalkboard-teacher"
|
||||
url: https://{{domains.presentation}}
|
||||
url: https://{{domains | get_domain('presentation')}}
|
||||
iframe: {{ applications | is_feature_enabled('portfolio_iframe','presentation') }}
|
||||
|
||||
{% endif %}
|
||||
- name: Solutions
|
||||
description: "Software and IT Infrastructure Solutions by Kevin Veen-Birkenbach"
|
||||
icon:
|
||||
class: fa-solid fa-rocket
|
||||
url: "https://cybermaster.space/"
|
||||
iframe: false
|
||||
|
||||
- name: Imprint
|
||||
description: Check out the imprint information
|
||||
|
@@ -19,6 +19,8 @@ csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
domains:
|
||||
canonical:
|
||||
- "{{ primary_domain }}"
|
||||
|
Reference in New Issue
Block a user