We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2694 commit d09b5d1Copy full SHA for d09b5d1
layout/_macro/post.swig
@@ -207,7 +207,9 @@
207
{% if theme.post_wordcount.wordcount or theme.post_wordcount.min2read %}
208
<div class="post-wordcount">
209
{% if theme.post_wordcount.wordcount %}
210
- <span class="post-meta-divider">|</span>
+ {% if not theme.post_wordcount.separated_meta %}
211
+ <span class="post-meta-divider">|</span>
212
+ {% endif %}
213
<span class="post-meta-item-icon">
214
<i class="fa fa-file-word-o"></i>
215
</span>
0 commit comments