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

5 lines
158 B
HTML
Raw Normal View History

2015-05-10 13:37:42 +09:00
<template name="post_title">
<h3 class="post-title">
<a href="{{postLink}}" class="post-title" target="{{postTarget}}">{{title}}</a>
</h3>
</template>