mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
Solved closing breakets name
This commit is contained in:
parent
6f158aa749
commit
fce9c1a72d
@ -126,7 +126,6 @@ navigation:
|
|||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-envelope
|
class: fa-solid fa-envelope
|
||||||
children:
|
children:
|
||||||
{% endif %}
|
|
||||||
{% if person.contact.email is defined %}
|
{% if person.contact.email is defined %}
|
||||||
- name: Email
|
- name: Email
|
||||||
description: Send {{ 'us' if person.type == 'legal' else 'me' }} an email
|
description: Send {{ 'us' if person.type == 'legal' else 'me' }} an email
|
||||||
@ -167,7 +166,6 @@ navigation:
|
|||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-users
|
class: fa-solid fa-users
|
||||||
children:
|
children:
|
||||||
{% endif %}
|
|
||||||
{% if "discourse" in group_names %}
|
{% if "discourse" in group_names %}
|
||||||
- name: Forum
|
- name: Forum
|
||||||
description: Join the discussion
|
description: Join the discussion
|
||||||
@ -189,12 +187,12 @@ navigation:
|
|||||||
class: fa-solid fa-envelope-open-text
|
class: fa-solid fa-envelope-open-text
|
||||||
url: https://{{domains.listmonk}}/subscription/form
|
url: https://{{domains.listmonk}}/subscription/form
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if "openproject" in group_names %}
|
|
||||||
- name: Project Management
|
- name: Project Management
|
||||||
description: Project Management Tools
|
description: Project Management Tools
|
||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-chart-line
|
class: fa-solid fa-chart-line
|
||||||
children:
|
children:
|
||||||
|
{% if "openproject" in group_names %}
|
||||||
- name: Open Project
|
- name: Open Project
|
||||||
description: Explore {{ 'our' if person.type == 'legal' else 'my' }} projects
|
description: Explore {{ 'our' if person.type == 'legal' else 'my' }} projects
|
||||||
icon:
|
icon:
|
||||||
@ -219,7 +217,6 @@ navigation:
|
|||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-comments
|
class: fa-solid fa-comments
|
||||||
children:
|
children:
|
||||||
{% endif %}
|
|
||||||
{% if "matrix" in group_names %}
|
{% if "matrix" in group_names %}
|
||||||
- name: Elements
|
- name: Elements
|
||||||
description: Chat with the world
|
description: Chat with the world
|
||||||
@ -245,7 +242,6 @@ navigation:
|
|||||||
icon:
|
icon:
|
||||||
class: fas fa-building
|
class: fas fa-building
|
||||||
children:
|
children:
|
||||||
{% endif %}
|
|
||||||
{% if "matomo" in group_names %}
|
{% if "matomo" in group_names %}
|
||||||
- name: Matomo
|
- name: Matomo
|
||||||
description: Analyze with Matomo
|
description: Analyze with Matomo
|
||||||
@ -278,7 +274,6 @@ navigation:
|
|||||||
icon:
|
icon:
|
||||||
class: fas fa-tools
|
class: fas fa-tools
|
||||||
children:
|
children:
|
||||||
{% endif %}
|
|
||||||
{% if "baserow" in group_names %}
|
{% if "baserow" in group_names %}
|
||||||
- name: Baserow
|
- name: Baserow
|
||||||
description: Organize with Baserow
|
description: Organize with Baserow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user