up
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user