This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h3 class="year-label">{{ colYear }}</h3>
|
||||
<ul>
|
||||
{%- endif %}
|
||||
<li><a href="{{ column.url }}">{{ column.data.title }}</a></li>
|
||||
<li><a href="{{ column.url }}">{{ column.data.title | inlineMarkdown | safe }}</a></li>
|
||||
{%- endfor %}
|
||||
{%- if currentYear != null %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user