Linked title in teaser?
All my posts start with an H1 that provides the post's title. When using a teaser, is it possible to have the H1 link to the blog post?
Yes, like so in your template's entries.html file:
{{#entries}}
<h1><a href="{{{url}}}">{{title}}</a></h1>
{{{teaserBody}}}
{{/entries}}
Does that work?
Answered a month ago · Edit answerThat works perfectly! Are these sort of things documented anywhere? I wasn't able to find anything, but maybe I'm not looking in the right place.
Answered a month ago · Edit answerl found all these variables documented here: https://blot.im/developers/reference
Answered a month ago · Edit answer
Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.