config changes

This commit is contained in:
2026-02-15 09:44:47 +01:00
parent ce0898edec
commit 6f0d09d645

View File

@@ -1,16 +1,9 @@
title: <p id="title"></p>
<script>
let currenturl = (window.location.hostname);
currenturl = currenturl.substring(0,currenturl.lastIndexOf('.'));
if (currenturl.lastIndexOf('.') !== -1 ) {
currenturl = currenturl.substring(currenturl.lastIndexOf('.')+1);
}
document.getElementById("title").innerHTML = currenturl;
</script>
title: "hadow.fr"
url: https://hadow.fr
logo: /assets/img/logo.png
description:
show_downloads: false
color-scheme: dark
color-scheme: auto
plugins:
- jekyll-sitemap
- jemoji