--- layout: default --- {% assign user = page.user | default: site.user %} {% assign cv = site.data.users[user] | default: user %}
You can also Print or Save it as PDF .
{% for i in (1..cv.pages) %}
{% if forloop.first == true %} {% include cv-profile.html %} {% if cv.url %}
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 %}
{% endfor %}