changeset 161:62beee286693

Add twitter:card meta tag for social media sharing.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 10 Sep 2018 19:58:21 +0200
parents 6f7960fdca0e
children 839113398e6f
files _includes/head.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/head.html	Fri Sep 07 01:33:57 2018 +0200
+++ b/_includes/head.html	Mon Sep 10 19:58:21 2018 +0200
@@ -11,6 +11,7 @@
   <meta property="og:image:alt" content="GNU Octave">
   <meta property="og:type" content="website">
   <meta property="og:url" content="{{ page.url | absolute_url }}">
+  <meta name="twitter:card" content="summary">
 
   <link rel="stylesheet" href="{{ "/css/foundation.min.css" | relative_url }}">
   <link rel="stylesheet" href="{{ "/css/normalize.css" | relative_url }}">