Updated welcome.pug

master
Thomas 4 years ago
parent 36ff836dd6
commit 522fbb5ba0

@ -37,10 +37,10 @@ html
body
.flitter-container
img.flitter-image(src="/assets/flitter.png")
a.flitter-name(href="https://flitter.garrettmills.dev/" target="_blank") powered by flitter
a.flitter-name(href="https://dev.azure.com/HackKu" target="_blank") powered by #{_app.name}
if user
.flitter-container
p.flitter-text Welcome, #{user.uid}! <a href="/auth/logout">Log out.</a>
else
.flitter-container
p.flitter-text New to Flitter? <a href="https://flitter.garrettmills.dev/" target="_blank">Start here.</a>
p.flitter-text New to #{_app.name}? <a href="https://hack20.glmdev.tech/login" target="_blank">Start here.</a>

Loading…
Cancel
Save