We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76ff0a commit ac6b21bCopy full SHA for ac6b21b
themes/vocabulary_theme/templates/blog-post.html
@@ -57,7 +57,7 @@ <h5 class="title">Posts in the {{ series.name }} series</h5>
57
<ul class="posts">
58
{% for post in series.children.order_by('pub_date') %}
59
{% if post.path==this.path %}
60
- <li>
+ <li class="has-color-dark-slate-gray">
61
<i class="icon circle-filled"></i>{{ post.title }}
62
</li>
63
{% else %}
0 commit comments