diff --git a/internal/config/config.go b/internal/config/config.go index c773539..d6f8c47 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -154,7 +154,7 @@ func NewDefault() *Config { BaseURL: "http://localhost:8080", ContentTemplate: dedent.Dedent(` {{- $root := . -}} - Bonjour {{ .User.Name }}, + Bonjour{{if .User.Name}} {{ .User.Name }}{{end}}, {{ if not .HasEvents -}} Aucun évènement notoire ces derniers jours.