main
alexanderroese 2024-06-17 23:04:05 +02:00
parent b460ba39b2
commit 0a8d5b50aa
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@
{% if page.url == "/pages/contact" %}
.header-wrapper {
background-color: #1B9CFC;
background-color: #1B9CFC !important;
}
{% endif %}
@ -317,7 +317,7 @@
<script>
var pageInfo = {
url: "test {{ page.url }}",
url: "upl {{ page.url }}",
title: "{{ page.title }}",
handle: "{{ page.handle }}"
// Add more properties as needed