now its easier to edit interests and languages
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
{% if site.data.interests %}
|
||||
<div class="interests-container container-block">
|
||||
<h2 class="container-block-title">Interests</h2>
|
||||
<ul class="list-unstyled interests-list">
|
||||
<li>Climbing</li>
|
||||
<li>Snowboarding</li>
|
||||
<li>Cooking</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="container-block-title">Interests</h2>
|
||||
|
||||
<ul class="list-unstyled interests-list">
|
||||
{% for interest in site.data.interests %}
|
||||
<li>{{ interest.item }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div><!--//interests-->
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user