Skip to content

Commit d09b5d1

Browse files
authored
ADD: separated_meta option. [2]
1 parent 98c2694 commit d09b5d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layout/_macro/post.swig

+3-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@
207207
{% if theme.post_wordcount.wordcount or theme.post_wordcount.min2read %}
208208
<div class="post-wordcount">
209209
{% if theme.post_wordcount.wordcount %}
210-
<span class="post-meta-divider">|</span>
210+
{% if not theme.post_wordcount.separated_meta %}
211+
<span class="post-meta-divider">|</span>
212+
{% endif %}
211213
<span class="post-meta-item-icon">
212214
<i class="fa fa-file-word-o"></i>
213215
</span>

0 commit comments

Comments
 (0)