diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 17:47:18 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 17:47:18 +0200 |
| commit | 18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a (patch) | |
| tree | 0ccdcdb60f0a013658b3527079a863771a57eda0 /_layouts | |
| parent | 317960b98f2a0eb08c3bda4e87783ca706eb3de7 (diff) | |
| download | jo.mssola.com-18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a.tar.gz jo.mssola.com-18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a.zip | |
plugins: added the article Jekyll plugin
This plugin adds og:type related tags depending on whether the given page is a
website or an article.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 4053b9b..5668661 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,7 +43,8 @@ {% endif %} <meta property="og:title" content="{{ title }}" /> <meta property="og:description" content="{{ description }}" /> - <meta property="og:type" content="website" /> + + {% render_type_tags %} {% comment %}<!-- Twitter stuff -->{% endcomment %} <meta name="twitter:card" content="summary_large_image" /> |
