diff options
author | Michael McVady <femtonaut@gmail.com> | 2021-11-18 14:45:16 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2021-11-18 14:45:16 -0500 |
commit | 9bd6fe0e5f690970c49ee993e5012bef5868d9ab (patch) | |
tree | 880bab31ea18cb48946b3c5fe3c91337e1cffe5b /assets/post.html | |
parent | ef14cbf2f0c4431ce6ad618e93316ab7c6d42ff6 (diff) |
Add `created_at` field to DB
Diffstat (limited to 'assets/post.html')
-rw-r--r-- | assets/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/post.html b/assets/post.html index 80934c6..8b105aa 100644 --- a/assets/post.html +++ b/assets/post.html @@ -3,7 +3,7 @@ <hr class="hdiv"/> <div class="head"> <h2><span class="title">%s</span></h2> -<span class="date">{{ post.date_string }} <!-- {{ post.epoch }} --></span> +<span class="date">%s <!-- {{ post.epoch }} --></span> </div> <div class="body"> %s |