diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 809248a..1c232e4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,13 @@ {{ $currentPage := . }} - {{ .Site.Title }} + {{ with resources.Get "img/titre.png" }} + + + + {{ else }} + {{ .Site.Title }} + {{ end }} {{ with $.Site.Params.Description }} {{ . }}