Vulcan/client/views/posts/modules/post_title.html

3 lines
No EOL
121 B
HTML

<template name="postTitle">
<a href="{{postLink}}" class="post-title" target="{{postTarget}}">{{title}}</a>
</template>