Skip to content

Commit a5ab536

Browse files
committed
Add CV link to header navigation
1 parent a08edea commit a5ab536

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

_includes/header.liquid

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@
124124
</a>
125125
</li>
126126

127+
<!-- CV -->
128+
<li class="nav-item {% if page.url contains '/cv/' %}active{% endif %}">
129+
<a class="nav-link" href="{{ '/cv/' | relative_url }}">
130+
cv
131+
{% if page.url contains '/cv/' %}
132+
<span class="sr-only">(current)</span>
133+
{% endif %}
134+
</a>
135+
</li>
136+
127137
{% if site.search_enabled %}
128138
<!-- Search -->
129139
<li class="nav-item">

0 commit comments

Comments
 (0)