mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-08 14:17:57 +00:00
Optimized code
This commit is contained in:
@@ -11,8 +11,8 @@ contact:
|
|||||||
description: Send {{ 'us' if service_provider.type == 'legal' else 'me' }} an email
|
description: Send {{ 'us' if service_provider.type == 'legal' else 'me' }} an email
|
||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-envelope
|
class: fa-solid fa-envelope
|
||||||
url: mailto:{{service_provider.contact.email}}
|
url: mailto:{{ service_provider.contact.email }}
|
||||||
identifier: {{service_provider.contact.email}}
|
identifier: {{ service_provider.contact.email }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if service_provider.contact.phone is defined %}
|
{% if service_provider.contact.phone is defined %}
|
||||||
@@ -32,6 +32,6 @@ contact:
|
|||||||
description: Chat with {{ 'us' if service_provider.type == 'legal' else 'me' }} on Matrix
|
description: Chat with {{ 'us' if service_provider.type == 'legal' else 'me' }} on Matrix
|
||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-cubes
|
class: fa-solid fa-cubes
|
||||||
identifier: "{{service_provider.contact.matrix}}"
|
identifier: "{{ service_provider.contact.matrix }}"
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user