diff --git a/content/_index.md b/content/_index.md index 3f000f1..db5054a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ --- title: Mon carnet web -subtitle: Pensées à la mer cherchant chemin +subtitle: Pensées cherchant chemin --- diff --git a/themes/chosto/layouts/partials/header.html b/themes/chosto/layouts/partials/header.html index 07f456a..2ac02cd 100644 --- a/themes/chosto/layouts/partials/header.html +++ b/themes/chosto/layouts/partials/header.html @@ -33,7 +33,7 @@

{{ .Title }}

{{ with .Params.subtitle }} -

{{ . | markdownify }}

+

{{ . | markdownify }}

{{ end }}