Skip to content
Snippets Groups Projects
Commit bc01b039 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

device bla

parent d8254e3d
No related branches found
No related tags found
No related merge requests found
Pipeline #18101 passed
......@@ -20,7 +20,7 @@ layout: default
{% for person in page.contact -%}
{% for people in site.people -%}
{% if people.name == person -%}
<ul>{people.name}}
<ul>{{people.name}}
{% if people.email and people.email != '' -%}
<a class="navlink" href="{{ people.email }}"><span class="fa-solid fa-envelope"></span></a>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment