Media: Add 'Under Construction' banner so I don't get inundated with bug reports
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{{ define "main" }}
|
||||
{{ if .Params.Image }}
|
||||
<figure class="flex justify-center items-center">
|
||||
{{ partial "image" (dict "Src" .Params.Image "Alt" "Banner" "Class" "w-1/4 h-1/4" ) }}
|
||||
</figure>
|
||||
{{ end }}
|
||||
<br>
|
||||
<div>
|
||||
</div>
|
||||
<section class="mb-8">
|
||||
<div class="container flex flex-col gap-5">
|
||||
{{ $sections := slice . }}
|
||||
|
||||
Reference in New Issue
Block a user