From d6e8dce9dea6b722508bddd84e26bbdc1673f9db Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 14 Jul 2020 18:00:38 +0200 Subject: [PATCH] Replace {} with * --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c876abb..726b08f 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseurl = "https://blog.papey.fr" DefaultContentLanguage = "en" -title = "import {} from 'blog';" +title = "import * from 'blog';" theme = "beautifulhugo" metaDataFormat = "yaml" pygmentsUseClasses = true