You can find this CV always updated at
{{cv.url}}
.
{% endif %}
{% endif %}
{% assign page_id = forloop.index %}
{% for sec_id in cv.sections %}
{% if cv.data[sec_id].page == page_id %}
{% assign section = cv.data[sec_id] %}
{% include cv-sections.html section = section %}
{% endif %}
{% endfor %}
made with marcelofpfelix/jekyllcv.