Vulcan/packages/telescope-posts/lib/client/templates/modules/post_title.html

5 lines
No EOL
170 B
HTML

<template name="post_title">
<h3 class="post-title">
<a href="{{this.getLink}}" class="post-title" target="{{this.getLinkTarget}}">{{title}}</a>
</h3>
</template>