Skip to content

Commit

Permalink
Switch signature page to new employee collection (#354)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Itrich <[email protected]>
  • Loading branch information
itrich authored Jul 26, 2022
1 parent 3851c7e commit f7884cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _pages/signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /signatures
<meta name="robots" content="none" />
</head>
# E-Mail Signatures
{% for employee in site.data.employees %}
{% for employee in site.employees %}
## {{employee.firstname}}:
### HTML:
<!-- Begin Signature {{employee.firstname}} -->
Expand All @@ -25,8 +25,7 @@ Sovereign Cloud Stack & SCS-Logo are protected trademarks of the OSB Alliance.</
<!-- End Signature {{employee.firstname}} -->
### Plain:
```
--
--
{% if employee.academic %}{{employee.academic}} {% endif %}{{employee.firstname}} {{employee.lastname}} - <{{employee.mail}}>
Phone: {{employee.phone}}{%- if employee.matrix %}, Matrix: @{{employee.matrix | split: '@' | last }}{% endif %}
{{employee.title}}
Expand All @@ -38,4 +37,3 @@ Sovereign Cloud Stack & SCS-Logo are protected trademarks of the OSB Alliance.
```
<br /><br />
{% endfor %}

0 comments on commit f7884cf

Please sign in to comment.