mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-12 16:23:06 +00:00
uhhh yeah
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
5abe0b5fad
commit
afc634b0d2
43 changed files with 573 additions and 3792 deletions
13
views/journal_view.pug
Normal file
13
views/journal_view.pug
Normal file
|
@ -0,0 +1,13 @@
|
|||
extends site.pug
|
||||
|
||||
block content
|
||||
h1= entry.date.toLocaleDateString()
|
||||
span
|
||||
| by
|
||||
|
|
||||
a(href=`/users/${entry.uname}`)= entry.uname
|
||||
|
|
||||
| at #{entry.date.toLocaleTimeString()}
|
||||
br
|
||||
br
|
||||
div= entry.content
|
Loading…
Add table
Add a link
Reference in a new issue