From 056e455d42c0fc85008bacd1087da64bf4c5fbb6 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 28 Nov 2016 23:02:34 +0800 Subject: [PATCH] feat(config): enable large image for Twitter Cards by default --- _config.init.yml | 4 ++-- _config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.init.yml b/_config.init.yml index 8e4570ec9..66707188f 100644 --- a/_config.init.yml +++ b/_config.init.yml @@ -120,8 +120,8 @@ google_analytics: twitter: sparanoid # Use summary card with large image for Twitter Cards, require theme support -# Default: false -tc_large_image: false +# Default: true +tc_large_image: true # Force UTF-8 encoding, enable this will simply add to # the head of your pages diff --git a/_config.yml b/_config.yml index 55af8ab06..bb53557a8 100644 --- a/_config.yml +++ b/_config.yml @@ -120,8 +120,8 @@ google_analytics: twitter: sparanoid # Use summary card with large image for Twitter Cards, require theme support -# Default: false -tc_large_image: false +# Default: true +tc_large_image: true # Force UTF-8 encoding, enable this will simply add to # the head of your pages