config changes
This commit is contained in:
13
_config.yml
13
_config.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user