From 3fdf421fa475d42b4451013d9f674b74c7e393f2 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 19 Nov 2019 17:07:10 -0500 Subject: [PATCH] Set image for twitter cards. Twitter cards can be configured via several parameters in config.toml. See: https://gohugo.io/templates/internal/#configure-twitter-cards --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 70f6486..1522d6f 100644 --- a/config.toml +++ b/config.toml @@ -70,6 +70,8 @@ id = "UA-150193582-1" # Everything below this are Site Params [params] +#description = "" +images = ["logo.png"] copyright = "Google LLC" privacy_policy = "https://policies.google.com/privacy" github_repo = "https://github.com/google/gvisor-website"