mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
251 B
HTML
8 lines
No EOL
251 B
HTML
<template name="postCommentsLink">
|
|
<div class="post-meta-item">
|
|
<a class="comments-link" href="/posts/{{_id}}">
|
|
<span class="count">{{commentCount}}</span>
|
|
<span class="action">{{i18n 'Comments'}}</span>
|
|
</a>
|
|
</div>
|
|
</template> |