UNPKG
nsjtoyweb
Version:
latest (1.1.1)
1.1.1
1.1.0
Toy, Playground, Typescript Toy, JS Playground
nsjtoyweb
/
filters
/
comment
/
common.js
13 lines
(11 loc)
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
module
.
exports
= {
iconText
:
` <span class="post-meta-item-icon"> <i class="fa fa-comment-o"></i> </span> {% if theme.post_meta.item_text %} <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> {% endif %} `
};