From 3466dcce6afbec2bf1f88790d3e2383fd6e96322 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 20 Apr 2022 22:34:07 -0500 Subject: [PATCH] tmpl: cv: Fix bullet characters on CV pages --- templates/cv-page.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}