mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-13 08:43:07 +00:00
i dont really know what i added
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
e3c09d7f0d
commit
7b563f5c31
24 changed files with 797 additions and 151 deletions
|
@ -15,6 +15,12 @@ block page
|
|||
|
|
||||
a(href="/dashboard") the dashboard
|
||||
| !
|
||||
if session.loggedIn
|
||||
p
|
||||
| You can record your daily thoughts and feelings, public or private, at your
|
||||
|
|
||||
a(href="/journal/") personal journal
|
||||
| .
|
||||
p
|
||||
strong #{users}
|
||||
|
|
||||
|
@ -28,3 +34,7 @@ block page
|
|||
block content
|
||||
p
|
||||
| Hi, this is MiPilin! It lets you tell your friends how you're feeling, as well as keep a journal of your current mood and their trends over time! Due respect goes to imood, from which I borrowed many ideas and basically all of the moods.
|
||||
h1 Global Feed
|
||||
p Look at how all these people are doing!!!
|
||||
include _feed.pug
|
||||
+feed(feedUpdates)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue