diff --git a/hugo.toml b/hugo.toml
deleted file mode 100644
index 0bc0c82..0000000
--- a/hugo.toml
+++ /dev/null
@@ -1,50 +0,0 @@
-# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
-baseurl = "https://gregandev.fr"
-contentdir = "content"
-layoutdir = "layouts"
-publishdir = "public"
-title = "Gregandev"
-logo = "images/logos/logo.png"
-favicon = "images/logos/favicon.png"
-theme = "silhouette-hugo"
-
-author = "Grégory Lebreton"
-pagination.pagerSize = 3
-
-relativeURLs = false
-canonifyURLs = true
-
-#disqusShortname = ""
-#googleAnalytics = ""
-
-[params]
-author = "Grégory Lebreton"
-introDescription = "Ingénieur Devops"
-enableRobotsTXT = true
-contentSharing = ""
-
-[Params.social]
-github = "greglebreton"
-linkedin = "grégory-lebreton-996b261bb"
-gitlab = "greglebreton"
-email = "greg"
-
-[Params.social.share]
- linkedin = true
- email = true
-
-# CONFIG LANGAGE
-DefaultContentLanguage = "fr"
-# theme = ["osm", "beautifulhugo"]
-metaDataFormat = "yaml"
-pygmentsUseClasses = true
-pygmentCodeFences = true
-
-# ICONES RESEAUX SOCIAUX
-[Author]
- name = "Greg Lebreton"
- email = "contact@gregandev.fr"
-# gitlab = "GregLebreton"
- github = "GregLebreton"
- linkedin = "grégory-lebreton-996b261bb"
- itchio = "gregan"
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 80d88b8..6a6be6c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,9 +16,8 @@
-
-
-
+
+
{{ block "head" . }}{{ end }}