cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit af44e1a923cb7fba39098912a5c822909701f871
parent c1b971b6c4e5b00fe6c69ae71eb073d686831c6a
Author: cblgh <cblgh@cblgh.org>
Date:   Wed, 12 Jan 2022 17:59:38 +0100

simpler time alignment

Diffstat:
Mhtml/thread.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/thread.html b/html/thread.html @@ -2,7 +2,7 @@ <h2>{{ .Data.Title }}</h2> {{ range $index, $post := .Data.Posts }} <div> - <p style="display: grid; grid-auto-flow: column; justify-content: space-between;"><span><b>{{ $post.Author }}</b></span><span><time datetime="{{ $post.Publish | formatDate }}">{{ + <p ><span><b>{{ $post.Author }}</b></span><span style="float: right;"><time datetime="{{ $post.Publish | formatDate }}">{{ $post.Publish | formatDateRelative }}</time></span></p> {{ $post.Content }} </div>