Add custom subsections in education

This commit is contained in:
BernatBC 2024-02-10 18:17:10 +01:00
parent e8b0cfb32e
commit 0b0d14a6be
2 changed files with 14 additions and 0 deletions

View file

@ -106,6 +106,13 @@
</ul>
</div>
{{ end }}
{{ if .custonSections }}
<div class="extracurricular-activities">
{{ range .custonSections }}
<h6><span class="text-heading">{{ .name }}: </span><span>{{ .content }}</span></h6>
{{ end }}
</div>
{{ end }}
</div>
</td>
<td class="line">

View file

@ -106,6 +106,13 @@
</ul>
</div>
{{ end }}
{{ if .custonSections }}
<div class="extracurricular-activities">
{{ range .custonSections }}
<h6><span class="text-heading">{{ .name }}: </span><span>{{ .content }}</span></h6>
{{ end }}
</div>
{{ end }}
</div>
</td>
</tr>