feat: Add option to get custom message from NC config
All checks were successful
Build Docker / BuildImage (push) Successful in 44s
All checks were successful
Build Docker / BuildImage (push) Successful in 44s
This commit is contained in:
parent
9c0d592a24
commit
68f8c55817
@ -496,6 +496,7 @@ def index():
|
||||
sites=sites,
|
||||
projects=projects,
|
||||
time=time,
|
||||
message=ncConfig["message"],
|
||||
),
|
||||
200,
|
||||
{"Content-Type": "text/html"},
|
||||
|
@ -66,7 +66,7 @@ Some services are down.<br>
|
||||
Check them out here!</blockquote><img class="img-fluid" src="/assets/img/pfront.webp"></div>
|
||||
<header class="masthead main" style="background: url("/assets/img/bg/main.webp") center / cover;position: relative;height: 400px;">
|
||||
<div class="intro-body text parallax" style="color: rgb(0,0,0);">
|
||||
<h1 class="inner-text">Nathan.Woodburn/</h1>
|
||||
<h1 class="inner-text" style="margin-bottom: 0px;">Nathan.Woodburn/</h1><span>{{message|safe}}</span>
|
||||
</div>
|
||||
</header>
|
||||
<section class="text-center content-section" id="about" style="padding-bottom: 0px;background: black;">
|
||||
|
Loading…
Reference in New Issue
Block a user