This commit is contained in:
2024-11-02 01:02:16 -07:00
9 changed files with 81 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
</head>
<body>
<body class="flex flex-col" style="min-height: 100svh">
<!-- cache partial only in production -->
{{ if hugo.IsProduction }}
{{ partialCached "preloader.html" . }}
@@ -39,7 +39,7 @@
{{ partial "search-modal.html" (dict "Context" . ) }}
<main>
<main class="grow">
{{ block "main" . }}{{ end }}
</main>