From d28dc8d1725b6b7dde11b6831fd52b771108dcd9 Mon Sep 17 00:00:00 2001 From: Andries Date: Fri, 12 Jun 2020 11:56:01 +0200 Subject: enable twitter cards --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 487f217..3602368 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,10 +21,10 @@ theme = "diary" [params] subtitle = "Themed by Diary." enableGitalk = true -description = "My HomePage Description" enableOpenGraph = true -title = "My Blog" # will set 'og:title' -description = "A collection of blogposts" # will set 'og:description' +enableTwitterCards = true +title = "My Blog" # will set 'og:site_name' +description = "My HomePage Description" # will set 'og:description' [params.gitalk] owner = "user" -- cgit v1.2.3