diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-20 21:09:55 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-20 21:09:55 +0200 |
| commit | 86e58a3fc98fc69a133e621b713773d2b8a5efe9 (patch) | |
| tree | 0376539207be3911bf93ced4bebbe21618ebb539 /_layouts | |
| parent | 420e822c8f52370bc063c8ab9df417a9a3d211bf (diff) | |
| download | jo.mssola.com-86e58a3fc98fc69a133e621b713773d2b8a5efe9.tar.gz jo.mssola.com-86e58a3fc98fc69a133e621b713773d2b8a5efe9.zip | |
Fixed some meta attributes for Twitter
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2b452db..9ae7643 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,9 +32,11 @@ <meta name="description" content="{{ description }}"> {% comment %}<!-- Twitter stuff -->{% endcomment %} - <meta name="twitter:card" content="summary" /> + <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@miquelssola" /> <meta name="twitter:creator" content="@miquelssola" /> + <meta name="twitter:description" content="{{ description }}" /> + <meta name="twitter:title" content="{{ title }}" /> {% comment %}<!-- OpenGraph protocol -->{% endcomment %} {% if site.lang == "ca" %} |
