We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d06bde commit bea0865Copy full SHA for bea0865
_data/navigation.yml
@@ -24,7 +24,7 @@ main:
24
# - title: "Blog Posts"
25
# url: /year-archive/
26
27
- - title: "CV"
+ - title: "Background"
28
url: /cv/
29
30
# - title: "CV"
_pages/publications.md
@@ -13,9 +13,9 @@ author_profile: true
13
{% continue %}
14
{% endif %}
15
{% unless title_shown %}
16
- <!-- <h2>{{ category[1].title }}</h2>
17
- <hr /> -->
18
- {% assign title_shown = true %}
+ <h2>{{ category[1].title }}</h2>
+ <hr />
+ {% assign title_shown = true %}
19
{% endunless %}
20
{% include archive-single.html %}
21
{% endfor %}
0 commit comments