File tree 2 files changed +2
-22
lines changed
2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ <h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_
10
10
{% if page.description %}< p class ="post-description "> {{ page.description }}</ p > {% endif %}
11
11
</ header >
12
12
13
- < h4 > Table of contents</ h4 >
14
- < ul class ="timeline ">
15
- {% for entry in site.data.cv %}
16
- < li > < a href ="#{{ entry.title }} "> < span class ="badge-toc "> {{ entry.title }}</ span > </ a > </ li >
17
- {% endfor %}
18
- </ ul >
19
-
20
13
< article >
21
14
< div class ="cv ">
22
15
{% for entry in site.data.cv %}
@@ -52,21 +45,6 @@ <h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_
52
45
{% if page.description %}< p class ="post-description "> {{ page.description }}</ p > {% endif %}
53
46
</ header >
54
47
55
- < h4 > Table of contents</ h4 >
56
- < ul class ="timeline ">
57
- {% for entry in site.data.resume %}
58
- {% if site.jsonresume and site.jsonresume.size > 0 %}
59
- {% unless site.jsonresume contains entry[0] %}
60
- {% continue %}
61
- {% endunless %}
62
- {% endif %}
63
- {% if entry[0] == "meta" or entry[1].size == 0 %}
64
- {% continue %}
65
- {% endif %}
66
- < li > < a href ="#{{ entry[0] }} "> < span class ="badge-toc "> {{ entry[0] | capitalize }}</ span > </ a > </ li >
67
- {% endfor %}
68
- </ ul >
69
-
70
48
< article >
71
49
< div class ="cv ">
72
50
{% for data in site.data.resume %}
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ nav: true
6
6
nav_order : 4
7
7
cv_pdf : example_pdf.pdf
8
8
description : This is a description of the page. You can modify it in 'pages/_cv.md'. You can also change or remove the top pdf download button.
9
+ toc :
10
+ sidebar : left
9
11
---
You can’t perform that action at this time.
0 commit comments