Add staging website warning banner

This commit is contained in:
RichardG867
2024-11-08 21:24:05 -03:00
parent 1d0cee4f38
commit 9a95925859

View File

@@ -39,6 +39,9 @@
<link rel="alternate" type="application/atom+xml" title="Blog posts" href="/feed.xml" />
</head>
<body>
{%- if jekyll.environment != "production" %}
<h1 style="position: absolute; left: 0; width: 100%; box-sizing: border-box; color: #000; background-color: #ff0; text-align: center; padding: 10px; border-bottom: 3px dashed #000; margin: 0;">Staging Website - not for public consumption</h1>
{% endif %}
<header>
<a href="/"><img src="/assets/images/avaicon.png" id="icon" alt="86Box logo" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
</header>