mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-13 08:43:07 +00:00
Rae from website
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
453a143bfa
commit
a3e6df6ce8
13 changed files with 691 additions and 35 deletions
|
@ -34,7 +34,15 @@ block content
|
|||
for entry of userJournalEntries
|
||||
li
|
||||
a(href=`/journal/${entry.id}`)= entry.title
|
||||
span.subtle(title=entry.date.toLocaleString()) (#{entry.relativeDate})
|
||||
span.subtle(title=entry.date.toLocaleString())
|
||||
| (#{entry.relativeDate}
|
||||
if entry.visibility !== 1
|
||||
| ,
|
||||
if entry.visibility === 0
|
||||
| private
|
||||
if entry.visibility === 2
|
||||
| mood-only
|
||||
| )
|
||||
else
|
||||
div [no entries]
|
||||
br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue