diff --git a/layouts/_default/under_construction.html b/layouts/_default/under_construction.html index e87e6fa..3869061 100644 --- a/layouts/_default/under_construction.html +++ b/layouts/_default/under_construction.html @@ -2,7 +2,11 @@
- {{ partial "image" (dict "Src" .Params.Image "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }} + {{ $constructionBanner := "/images/under-construction.svg" }} + {{ if .Params.Image }} + {{ $constructionBanner = .Params.Image }} + {{ end }} + {{ partial "image" (dict "Src" $constructionBanner "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}

Under Construction

We're actively working on this bit!

diff --git a/static/images/under-construction.svg b/static/images/under-construction.svg new file mode 100644 index 0000000..3051823 --- /dev/null +++ b/static/images/under-construction.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + +