mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 14:39:29 +00:00
Prepare for register and login functionality
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{> head title=title }}
|
||||
<body>
|
||||
{{> adminHeader }}
|
||||
{{> adminNav current=current }}
|
||||
{{> adminNav current=current name=name }}
|
||||
<main class='adminContent'>
|
||||
{{{ body }}}
|
||||
</main>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class='adminNav__profile'>
|
||||
<div class='details'>
|
||||
<img alt='Profile picture' src='/assets/profilePlaceholder.jpg' width=50 height=50 />
|
||||
<span>Matthew Fiddaman</span>
|
||||
<span>{{ name }}</span>
|
||||
</div>
|
||||
<a class='logout' href='/logout'><i class='fa-solid fa-arrow-right-from-bracket'></i>Logout</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user