Fix old variable name typo

pull/113/head
Pearu Vaalma 8 months ago
parent a1722e3b75
commit 1709ddfd51
Signed by: pvx
GPG Key ID: 259BA0611AE97CEF
  1. 10
      _data/mentors.yml
  2. 4
      mentors.html

@ -4,7 +4,7 @@
- name: Eva-Marie Alasi - name: Eva-Marie Alasi
age: 26 age: 26
photo: eva_marie_alasi_mentor.jpg photo: eva_marie_alasi_mentor.jpg
specialty: IT-süsteemide administreemine speciality: IT-süsteemide administreemine
teams: ['Juhatus','Helpdesk','Üritused'] teams: ['Juhatus','Helpdesk','Üritused']
term: 2 term: 2
contactMethods: contactMethods:
@ -27,7 +27,7 @@
- name: Andres Kase - name: Andres Kase
age: 24 age: 24
photo: andres_kase_mentor.jpg photo: andres_kase_mentor.jpg
specialty: Mehhatroonika speciality: Mehhatroonika
teams: ['Helpdesk', 'Mentorite juht'] teams: ['Helpdesk', 'Mentorite juht']
term: 3 term: 3
contactMethods: contactMethods:
@ -43,7 +43,7 @@
- name: Karina Reisel - name: Karina Reisel
age: 21 age: 21
photo: karina_reisel_mentor.jpg photo: karina_reisel_mentor.jpg
specialty: Riistvara arendus ja programmeerimine speciality: Riistvara arendus ja programmeerimine
teams: ['Turundus', 'Juhatus'] teams: ['Turundus', 'Juhatus']
term: 3 term: 3
contactMethods: contactMethods:
@ -63,7 +63,7 @@
- name: Aimar Tuul - name: Aimar Tuul
age: 26 age: 26
photo: aimar_tuul_mentor.jpg photo: aimar_tuul_mentor.jpg
specialty: IT-süsteemide arendus speciality: IT-süsteemide arendus
teams: ['Tarkvara'] teams: ['Tarkvara']
term: 4 term: 4
contactMethods: contactMethods:
@ -81,7 +81,7 @@
- name: Markus Renser - name: Markus Renser
age: 22 age: 22
photo: markus_renser_mentor.jpg photo: markus_renser_mentor.jpg
specialty: IT-süsteemide arendus speciality: IT-süsteemide arendus
teams: ['Tarkvara'] teams: ['Tarkvara']
term: 3 term: 3
contactMethods: contactMethods:

@ -17,8 +17,8 @@ title: Mentorid - Lapikud
<h1>{{ mentor.name }}</h1> <h1>{{ mentor.name }}</h1>
<p>Vanus: {{ mentor.age }}</p> <p>Vanus: {{ mentor.age }}</p>
{% if mentor.specialty != null %} {% if mentor.speciality != null %}
<p>Eriala: {{ mentor.specialty }}</p> <p>Eriala: {{ mentor.speciality }}</p>
{% endif %} {% endif %}
{% if mentor.term != null %} {% if mentor.term != null %}

Loading…
Cancel
Save