config changes
This commit is contained in:
13
_config.yml
13
_config.yml
@@ -1,16 +1,9 @@
|
|||||||
title: <p id="title"></p>
|
title: "hadow.fr"
|
||||||
<script>
|
url: https://hadow.fr
|
||||||
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>
|
|
||||||
logo: /assets/img/logo.png
|
logo: /assets/img/logo.png
|
||||||
description:
|
description:
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
color-scheme: dark
|
color-scheme: auto
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jemoji
|
- jemoji
|
||||||
|
|||||||
Reference in New Issue
Block a user