|
136 | 136 | <i class="fa fa-comment-o"></i> |
137 | 137 | </span> |
138 | 138 | <a href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl"> |
139 | | - <span class="post-comments-count fb-comments-count" data-href="{{ post.permalink }}" itemprop="commentCount">0</span> comments |
| 139 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span class="post-comments-count fb-comments-count" data-href="{{ post.permalink }}" itemprop="commentCount">0</span> |
140 | 140 | </a> |
141 | 141 | </span> |
142 | 142 | {% elseif theme.disqus.enable and theme.disqus.count %} |
|
158 | 158 | <i class="fa fa-comment-o"></i> |
159 | 159 | </span> |
160 | 160 | <a href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl"> |
161 | | - <span class="post-comments-count hc-comment-count" data-xid="{{ post.path }}" itemprop="commentsCount"></span> |
| 161 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span class="post-comments-count hc-comment-count" data-xid="{{ post.path }}" itemprop="commentsCount"></span> |
162 | 162 | </a> |
163 | 163 | </span> |
164 | 164 | <!--/noindex--> |
|
170 | 170 | </span> |
171 | 171 | {% if is_post() %} |
172 | 172 | <a href="{{ url_for(post.path) }}#SOHUCS" itemprop="discussionUrl"> |
173 | | - <span id="changyan_count_unit" class="post-comments-count hc-comment-count" data-xid="{{ post.path }}" itemprop="commentsCount"></span> |
| 173 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span id="changyan_count_unit" class="post-comments-count hc-comment-count" data-xid="{{ post.path }}" itemprop="commentsCount"></span> |
174 | 174 | </a> |
175 | 175 | {% else %} |
176 | 176 | <a href="{{ url_for(post.path) }}#SOHUCS" itemprop="discussionUrl"> |
177 | | - <span id="url::{{ post.permalink }}" class="cy_cmt_count" data-xid="{{ post.path }}" itemprop="commentsCount" ></span> |
| 177 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span id="url::{{ post.permalink }}" class="cy_cmt_count" data-xid="{{ post.path }}" itemprop="commentsCount" ></span> |
178 | 178 | </a> |
179 | 179 | {% endif %} |
180 | 180 | {% elseif is_post() and theme.gitment.enable and theme.gitment.mint and theme.gitment.count %} |
|
184 | 184 | <i class="fa fa-comment-o"></i> |
185 | 185 | </span> |
186 | 186 | <a href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl"> |
187 | | - <span class="post-comments-count gitment-comments-count" data-xid="{{ url_for(post.path) }}" itemprop="commentsCount"></span> |
| 187 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span class="post-comments-count gitment-comments-count" data-xid="{{ url_for(post.path) }}" itemprop="commentsCount"></span> |
188 | 188 | </a> |
189 | 189 | </span> |
190 | 190 | {% elseif theme.valine.enable and theme.valine.appid and theme.valine.appkey %} |
|
194 | 194 | <i class="fa fa-comment-o"></i> |
195 | 195 | </span> |
196 | 196 | <a href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl"> |
197 | | - <span class="post-comments-count valine-comment-count" data-xid="{{ url_for(post.path) }}" itemprop="commentCount"></span> |
| 197 | + <span class="post-meta-item-text">{{ __('post.comments_count') + __('symbol.colon') }}</span> <span class="post-comments-count valine-comment-count" data-xid="{{ url_for(post.path) }}" itemprop="commentCount"></span> |
198 | 198 | </a> |
199 | 199 | </span> |
200 | 200 | {% endif %} |
|
0 commit comments