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