diff --git a/_layouts/cv.html b/_layouts/cv.html index 55bcd77..cf8ef48 100644 --- a/_layouts/cv.html +++ b/_layouts/cv.html @@ -4,45 +4,6 @@ layout: default {% unless site.data.resume %}
-
- -
-

{{ page.title }} {% if page.cv_pdf %}{% endif %}

- {% if page.description %}

{{ page.description }}

{% endif %} -
- -

Table of contents

- - -
-
- {% for entry in site.data.cv %} - -
-

{{ entry.title }}

-
- {% if entry.type == "list" %} - {% include cv/list.html %} - {% elsif entry.type == "map" %} - {% include cv/map.html %} - {% elsif entry.type == "nested_list" %} - {% include cv/nested_list.html %} - {% elsif entry.type == "time_table" %} - {% include cv/time_table.html %} - {% elsif entry.type == "list_groups" %} - {% include cv/list_groups.html %} - {% else %} - {{ entry.contents }} - {% endif %} -
-
- {% endfor %} -
-

{{ page.title }} {% if page.cv_pdf %}{% endif %}