tmpl: cv: Fix bullet characters on CV pages
parent
01a784dca3
commit
3466dcce6a
|
@ -2,6 +2,7 @@
|
|||
{% block content %}
|
||||
{% set section = get_section(path="cv/_index.md") %}
|
||||
<div class="cv panel">
|
||||
<div class="content">
|
||||
{% include "cv-nav.html" %}
|
||||
<h1>
|
||||
{{ page.title }} {% if page.extra.years is defined %}({{ page.extra.years}}){%
|
||||
|
@ -9,4 +10,5 @@
|
|||
</h1>
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue