forked from lapikud/lapikud.github.io
removed 2024 mentors (#134)
This commit is contained in:
@@ -33,7 +33,8 @@ title: Mentorid - Lapikud
|
|||||||
<li>{{ team }}</li>
|
<li>{{ team }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
{% if mentor.contactMethods != null %}
|
{% if mentor.contactMethods != null %}
|
||||||
<p>Kontaktid:</p>
|
<p>Kontaktid:</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -57,8 +58,11 @@ title: Mentorid - Lapikud
|
|||||||
Telegram: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a>
|
Telegram: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% elsif contactMethod.name == 'Facebook' %}
|
{% elsif contactMethod.name == 'Facebook' %}
|
||||||
|
|
||||||
|
-->
|
||||||
<!--<p>Facebook <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a></p>-->
|
<!--<p>Facebook <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a></p>-->
|
||||||
<li>
|
<!--
|
||||||
|
<li>
|
||||||
<a href="{{ contactMethod.value }}">Facebook</a>
|
<a href="{{ contactMethod.value }}">Facebook</a>
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user