From d2babe367b439a948caae86de0f89563f9b8d08b Mon Sep 17 00:00:00 2001 From: ZiRo Date: Mon, 15 Feb 2016 16:13:28 +0100 Subject: [PATCH] use proper timestamps + fix double prefix This has the benefit that modern browsers see timestamps in their local time zone --- contrib/templates/default/post.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index 4b2d8bc..83f8ffa 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -9,14 +9,14 @@ {{/IsClearnet}} - {{Subject}} {{Name}} {{Date}} + {{Subject}} {{Name}} No. {{ShortHash}} [reply] {{{Pubkey}}}
{{#Attachments}}
- {{Filename}} + {{Filename}}
{{/Attachments}}