We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef97c4 commit bcd8b60Copy full SHA for bcd8b60
1 file changed
src/blog/blog.template.html
@@ -29,6 +29,9 @@ <h4 class="bulma-title bulma-is-5">${_.cursor.currentDocument.title}</h4>
29
@:for(_.author)
30
${_.name}<span class="delimiter">,</span><span class="last-delimiter"> &</span>
31
@:@
32
+ @:for(_.event-date)
33
+ ${_.event-date} at ${_.event-location}
34
+ @:@
35
</p>
36
@:for(_.tags)
37
<span class="bulma-tag">${_}</span>
0 commit comments