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

3 lines
121 B
HTML
Raw Normal View History

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