We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86f805 commit 7b45101Copy full SHA for 7b45101
_includes/header.html
@@ -63,12 +63,13 @@
63
{% endif %}
64
65
{% endfor %}
66
- <!-- CV (link added manually) -->
+ <!-- CV (link added manually)
67
<li class="nav-item">
68
<a class="nav-link" href="{{ '/assets/Resume_Alek_Dimitriev.pdf' | prepend: site.baseurl | prepend: site.url }}">
69
Resume
70
</a>
71
</li>
72
+ -->
73
<!-- Blog -->
74
<li class="nav-item {% if page.url contains 'blog' %}active{% endif %}">
75
<a class="nav-link" href="{{ '/blog/' | relative_url }}">
0 commit comments