main
alexanderroese 2024-06-17 23:09:06 +02:00
parent 0a8d5b50aa
commit 802bf20dcf
1 changed files with 3 additions and 1 deletions

View File

@ -259,7 +259,7 @@
}
}
{% if page.url == "/pages/contact" %}
{% if page.url == "/pages/contact" || page.url == "/pages/testlandingpage" %}
.header-wrapper {
background-color: #1B9CFC !important;
@ -316,6 +316,8 @@
</script>
<script>
// custom code
var pageInfo = {
url: "upl {{ page.url }}",
title: "{{ page.title }}",