Skip to content

Commit

Permalink
Use employee.role as we have changed this in the new collection (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Itrich <[email protected]>
  • Loading branch information
itrich authored Jul 27, 2022
1 parent f7884cf commit c4fcfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permalink: /signatures
\- <a href="mailto:{{employee.mail}}">&lt;{{employee.mail}}&gt;</a><br />
Phone: <a href="tel:{{employee.phone}}">{{employee.phone}}</a>
{%- if employee.matrix %}, Matrix: <a href="{{employee.matrix}}">@{{employee.matrix | split: '@' | last }}</a>{% endif %}<br />
{{employee.title}}<br />
{{employee.role}}<br />
<br />{% asset 'scs-signature.png' %} /><br /><br />
<small>
<a href="https://osb-alliance.com/">OSB Alliance - Bundesverband für digitale Souveränität e.V.</a><br />
Expand All @@ -28,7 +28,7 @@ Sovereign Cloud Stack & SCS-Logo are protected trademarks of the OSB Alliance.</
--
{% 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}}
{{employee.role}}
OSB Alliance - Bundesverband für digitale Souveränität e.V.
Pariser Platz 6a, 10117 Berlin, Germany
Expand Down

0 comments on commit c4fcfb3

Please sign in to comment.