forked from robert/robertjohnson.work
fix experience.html
Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>
This commit is contained in:
parent
211490ae47
commit
e79c9d0dad
@ -1,8 +1,8 @@
|
||||
{% if site.data.experiences %}
|
||||
{% if site.data.data.experiences %}
|
||||
<section class="section experiences-section">
|
||||
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
|
||||
|
||||
{% for experience in site.data.experiences %}
|
||||
{% for experience in site.data.data.experiences %}
|
||||
<div class="item">
|
||||
|
||||
<div class="meta">
|
||||
|
Loading…
Reference in New Issue
Block a user