diff --git a/templates/cv-page.html b/templates/cv-page.html index 69d2044..f324276 100644 --- a/templates/cv-page.html +++ b/templates/cv-page.html @@ -2,6 +2,7 @@ {% block content %} {% set section = get_section(path="cv/_index.md") %}
+
{% include "cv-nav.html" %}

{{ page.title }} {% if page.extra.years is defined %}({{ page.extra.years}}){% @@ -9,4 +10,5 @@

{{ page.content | safe }}
+
{% endblock %}