more changes to the website
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{define "title"}}{{if .IsNew}}New Entry{{else}}Edit Entry{{end}} — Changelog Admin{{end}}
|
||||
{{define "title"}}{{if .Inner.IsNew}}New Entry{{else}}Edit Entry{{end}} — Changelog Admin{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="admin-wrap">
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<a href="/admin/status" class="btn btn-outline">Edit Status</a>
|
||||
<a href="/admin/uploads" class="btn btn-outline">Uploads</a>
|
||||
<a href="/admin/newsletter" class="btn btn-outline">Newsletter</a>
|
||||
<a href="/admin/changelog" class="btn btn-outline">Changelog</a>
|
||||
<a href="/" class="btn btn-outline">View Site</a>
|
||||
<form method="POST" action="/admin/logout" class="inline-form">
|
||||
<button type="submit" class="btn btn-outline">Logout</button>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{define "title"}}{{if .IsNew}}New Post{{else}}Edit Post{{end}} — Admin{{end}}
|
||||
{{define "title"}}{{if .Inner.IsNew}}New Post{{else}}Edit Post{{end}} — Admin{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="admin-wrap">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{define "title"}}{{.Code}} {{.Title}} — Ridgway Systems{{end}}
|
||||
{{define "title"}}{{.Inner.Code}} {{.Inner.Title}} — Ridgway Systems{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="error-page">
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div class="infra-card">
|
||||
<div class="infra-host">SuperMicro 1U</div>
|
||||
<div class="infra-role">Firewall • Router • VPN • Reverse Proxy</div>
|
||||
<div class="infra-detail">FreeBSD • pf • relayd • WireGuard</div>
|
||||
<div class="infra-detail">OPNsense • pf • relayd • WireGuard</div>
|
||||
</div>
|
||||
<div class="infra-card">
|
||||
<div class="infra-host">Dell R720</div>
|
||||
|
||||
Reference in New Issue
Block a user