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