Vulcan/packages/custom/lib/client/templates/customPostTitle.html

3 lines
153 B
HTML
Raw Normal View History

2015-01-02 18:16:26 +09:00
<template name="customPostTitle">
<a href="{{postLink}}" class="post-title" target="{{postTarget}}">This is a custom postTitle template</a>
</template>