Skip to content

Commit 7ecdaab

Browse files
authored
use variable for section spacing
1 parent 3982f2b commit 7ecdaab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_pages/cv.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permalink: /cv/
55
author_profile: true
66
redirect_from:
77
- /wordpress/cv/
8+
section_spacing: 10px
89
---
910

1011
{% include base_path %}
@@ -15,7 +16,7 @@ Education
1516
* M.S. in Jekyll, Github University, 2014
1617
* Ph.D in Version Control Theory, Github University, 2017 (expected)
1718

18-
<p style="height:100px"> </p>
19+
<p style="height:{% page.section_spacing %}"> </p>
1920

2021
Work experience
2122
======
@@ -29,7 +30,7 @@ Work experience
2930
* Duties included: Rejecting pull requests
3031
* Supervisor: Professor Hub
3132

32-
<p style="height:100px"> </p>
33+
<p style="height:{% page.section_spacing %}"> </p>
3334

3435
Skills
3536
======
@@ -40,31 +41,31 @@ Skills
4041
* Sub-skill 2.3
4142
* Skill 3
4243

43-
<p style="height:100px"> </p>
44+
<p style="height:{% page.section_spacing %}"> </p>
4445

4546
Publications
4647
======
4748
{% for post in site.publications %}
4849
{% include archive-single-cv.html %}
4950
{% endfor %}
5051

51-
<p style="height:100px"> </p>
52+
<p style="height:{% page.section_spacing %}"> </p>
5253

5354
Talks
5455
======
5556
{% for post in site.talks %}
5657
{% include archive-single-talk-cv.html %}
5758
{% endfor %}
5859

59-
<p style="height:100px"> </p>
60+
<p style="height:{% page.section_spacing %}"> </p>
6061

6162
Teaching
6263
======
6364
{% for post in site.teaching %}
6465
{% include archive-single-cv.html %}
6566
{% endfor %}
6667

67-
<p style="height:100px"> </p>
68+
<p style="height:{% page.section_spacing %}"> </p>
6869

6970
Service and leadership
7071
======

0 commit comments

Comments
 (0)