mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-12 16:23:06 +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
|
@ -3,6 +3,7 @@ html(lang="en")
|
|||
head
|
||||
meta(charset="UTF-8")
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
||||
meta(name="description", content="Show your mood to the world!")
|
||||
link(rel="stylesheet", href="/css/main.css")
|
||||
block head
|
||||
title #{title} > mipilin
|
||||
|
@ -14,10 +15,9 @@ html(lang="en")
|
|||
nav
|
||||
if session.loggedIn
|
||||
a(href="/dashboard/") Dashboard
|
||||
a(href="/feed/") Feed
|
||||
a(href="/journal/") Journal
|
||||
a(href="/logout/") Log out
|
||||
else
|
||||
a(href="/feed/") Feed
|
||||
a(href="/register/") Sign up
|
||||
a(href="/login") Log in
|
||||
#ticker
|
||||
|
@ -41,6 +41,6 @@ html(lang="en")
|
|||
#flashes
|
||||
for [type, flashGroup] of Object.entries(flashes)
|
||||
for flash of flashGroup
|
||||
div(class=`flash-${type}`)= flash
|
||||
div(class=`flash-${type}`)!= flash
|
||||
block content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue