mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00

- changed the layout CSS for post modules - changed order of modules - changed markup of modules
8 lines
No EOL
267 B
HTML
8 lines
No EOL
267 B
HTML
<template name="postCommentsLink">
|
|
<div class="post-meta-item">
|
|
<a class="comments-link" href="/posts/{{_id}}">
|
|
<span class="comments-count">{{commentCount}}</span>
|
|
<span class="comments-action">{{_ 'comments_'}}</span>
|
|
</a>
|
|
</div>
|
|
</template> |