general update

This commit is contained in:
zyl 2023-11-12 19:54:54 -08:00
parent 96ec943260
commit 1e2a607546
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
8 changed files with 29 additions and 31 deletions

View file

@ -1,6 +1,6 @@
<div class="blog-post">
<h1 class="title">{{title}}</h1>
<span class="timestamp">Published {{timestamp}}</span>
<span class="timestamp">published {{timestamp}}</span>
{{#if draft}}
<h2>DRAFT</h2>
{{/if}}
@ -13,7 +13,7 @@
{{{content}}}
</div>
<hr />
<h3 class="tags-title">Tags</h3>
<h3 class="tags-title">tags</h3>
<div class="post-tags">
{{#each tags}}
<a class="tag" href="/blog/tag/{{this}}">{{this}}</a>{{#unless @last}},{{/unless}}