forked from robert/robertjohnson.work
Add title support for Education, Experiences, Interests, and Languages (#310)
This commit is contained in:
committed by
GitHub
parent
cb92af866a
commit
6d8c11193c
@ -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>
|
||||
|
Reference in New Issue
Block a user