Settings gear in topbar linking to placeholder /settings page (#36)
- layout.html: inline SVG gear icon top-right, styled as .iconbtn.gear pill - new settings.html template reusing standard layout with under-construction card - register GET /settings route in main.go
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{template "head" .}}
|
||||
{{template "topbar" .}}
|
||||
<div class="page">
|
||||
<div class="float">
|
||||
<div class="settings-head">
|
||||
<h1>Settings</h1>
|
||||
</div>
|
||||
<div class="settings-body">
|
||||
<p>Settings are under construction.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "foot" .}}
|
||||
Reference in New Issue
Block a user