Add title support for Education, Experiences, Interests, and Languages (#310)

This commit is contained in:
Maulana Kurniawan
2022-08-29 23:49:40 +07:00
committed by GitHub
parent cb92af866a
commit 6d8c11193c
5 changed files with 89 additions and 81 deletions

View File

@ -3,11 +3,11 @@
<div class="interests-container container-block">
<h2 class="container-block-title">
Interests
{{ interests.title }}
</h2>
<ul class="list-unstyled interests-list">
{% for interest in interests %}
{% for interest in interests.info %}
{% if interest.link %}
<li><a href="{{ interest.link }}">{{ interest.item }}</a></li>