Media: Add 'Under Construction' banner so I don't get inundated with bug reports
parent
49751e4165
commit
fb6723879e
|
|
@ -1,3 +1,4 @@
|
|||
+++
|
||||
title="Media"
|
||||
image="/images/under-construction.svg"
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -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 . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue