Media: Add 'Under Construction' banner so I don't get inundated with bug reports

main
Abner Coimbre 2024-11-12 15:39:01 -08:00
parent 49751e4165
commit fb6723879e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
+++
title="Media"
image="/images/under-construction.svg"
+++

View File

@ -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 . }}