diff --git a/config.yml b/config.yml index 87e0710..5bdc1b5 100644 --- a/config.yml +++ b/config.yml @@ -28,6 +28,9 @@ params: desc: "My school: Épita." link: "http://epita.fr/" + organizationName: "nemunaire's blog" + organizationLogo: "https://www.nemunai.re/img/mug.jpg" + author: name: "nemunaire" email: "blog@nemunai.re" diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html index 00a1aa9..8c964c1 100644 --- a/layouts/partials/head_custom.html +++ b/layouts/partials/head_custom.html @@ -1,3 +1,11 @@ + + {{ if .IsTranslated }} + {{ range .AllTranslations }} + + {{ end }} + {{ range .AllTranslations }}{{ if eq .Lang "en" }}{{ end }}{{ end }} + {{ end }} +