This commit is contained in:
2025-11-21 16:34:19 +07:00
parent 060e3643ea
commit 971a23ae2a
4 changed files with 611 additions and 33 deletions

View File

@@ -21,28 +21,23 @@
}
</script>
<link rel="stylesheet" href="{{'style.css' | asset_url}}?v=1.01">
<link rel="stylesheet" href="{{'style.css' | asset_url}}?{{ 'now' | date : '%Y-%m-%d.%H.%M.%S' }}">
</head>
<body>
<div class="size-full">
<div class="flex">
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
{% include "other/header" %}
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
{% include "other/topbar" %}
<div id="layout-content">
{{ page_content }}
</div>
<div id="layout-content">
{{ page_content }}
</div>
</div>
</div>