Allow Under Construction pages to display a banner. Add one for HMB
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: "Handmade Boston 2024"
|
title: "Handmade Boston 2024"
|
||||||
meta_title: "About"
|
meta_title: "About"
|
||||||
description: "this is meta description"
|
description: "this is meta description"
|
||||||
image: "/images/avatar.png"
|
image: "/images/hmb/boston-dark-mode.svg"
|
||||||
draft: false
|
draft: false
|
||||||
layout: under_construction
|
layout: under_construction
|
||||||
---
|
---
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="bg-[url('/images/devon_starfield.png')] bg-cover min-h-screen flex items-center justify-center">
|
<div class="bg-[url('/images/devon_starfield.png')] bg-cover min-h-screen flex items-center justify-center">
|
||||||
<div class="text-4xl font-bold text-white">
|
<div class="text-4xl font-bold text-white">
|
||||||
|
<figure class="flex justify-center items-center">
|
||||||
|
{{ partial "image" (dict "Src" .Params.Image "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}
|
||||||
|
</figure>
|
||||||
<h1 class="text-white">Under Construction</h1>
|
<h1 class="text-white">Under Construction</h1>
|
||||||
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
|
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user