Under construction page
This commit is contained in:
8
layouts/_default/under_construction.html
Normal file
8
layouts/_default/under_construction.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<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">
|
||||
<h1>Under Construction</h1>
|
||||
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
@@ -1,5 +1,4 @@
|
||||
{{ define "main" }}
|
||||
<p>Year Page Layout</p>
|
||||
<!-- Banner -->
|
||||
{{ with .Params.banner }}
|
||||
<section class="section {{ .section_class }}">
|
||||
|
||||
Reference in New Issue
Block a user