Show email icon in posts list

This commit is contained in:
Kevin Ansfield 2019-11-08 16:44:56 +07:00
parent 1d79a1f191
commit 35b13abb98

View File

@ -32,6 +32,10 @@
{{#if (and this.isPublished (not this.post.page))}}
<span class="gh-content-status-published nowrap">Published</span>
{{/if}}
{{#if this.post.email}}
<span class="dib w5">{{svg-jar "email"}}</div>
{{/if}}
{{/link-to}}
{{#link-to "editor.edit" this.post.displayName this.post.id class="permalink gh-list-data gh-post-list-updated" title="Edit this post"}}