add topbar

This commit is contained in:
geekifan
2025-04-20 18:43:02 +08:00
parent d3d967d4b2
commit 326f5bf451
5 changed files with 110 additions and 3 deletions

View File

@ -14,7 +14,7 @@
{{ partial "sidebar.html" . }}
<div id="main-wrapper" class="d-flex justify-content-center">
<div class="container d-flex flex-column px-xxl-5">
{{ partial "topbar.html" . }}
<div class="row flex-grow-1">
<main aria-label="Main Content" class="col-12 col-lg-11 col-xl-9 px-md-4">
{{ block "main" . }}{{ end }}