1
0
Fork 0
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:
Rae 5e 2024-11-17 14:16:27 -05:00
parent e3c09d7f0d
commit 7b563f5c31
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
24 changed files with 797 additions and 151 deletions

View file

@ -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