You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/15 13:02:03 UTC

[shiro-site] branch jbake updated: summary_large_image by default.

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new e2441ac  summary_large_image by default.
e2441ac is described below

commit e2441ac5217ee0001661fa573d5e77fc82987dd6
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Oct 15 15:01:49 2021 +0200

    summary_large_image by default.
---
 jbake/templates/header.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbake/templates/header.ftl b/jbake/templates/header.ftl
index 855c136..d46eef3 100644
--- a/jbake/templates/header.ftl
+++ b/jbake/templates/header.ftl
@@ -57,7 +57,7 @@
         <#if (content.date)??>
     <meta property="article:published_time" content="${content.date?date?string.iso}"/>
         </#if>
-    <meta name="twitter:card" content="summary" />
+    <meta name="twitter:card" content="summary_large_image" />
     <meta name="twitter:site" content="@ApacheShiro" />
           <#if (content.author!"") != "">
             <#assign authors = data.get('authors.yaml').authors>