From 6d385e3365ffa68a3e4ddb7bf332522cceaccaff Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Fri, 25 Dec 2015 13:38:54 +0100
Subject: [PATCH] Add link to twitter docs

---
 app/views/layouts/_head.html.haml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 0be00da0b9e..2e0bd2007a3 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -1,9 +1,9 @@
 %head{prefix: "og: http://ogp.me/ns#"}
   %meta{charset: "utf-8"}
   %meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
+  %meta{name: 'referrer', content: 'origin-when-cross-origin'}
 
   %meta{name: "description", content: page_description}
-  %meta{name: 'referrer',    content: 'origin-when-cross-origin'}
 
   -# Open Graph - http://ogp.me/
   %meta{property: 'og:type',        content: "object"}
@@ -13,6 +13,7 @@
   %meta{property: 'og:image',       content: page_image}
   %meta{property: 'og:url',         content: request.base_url + request.fullpath}
 
+  -# Twitter Card - https://dev.twitter.com/cards/types/summary
   %meta{property: 'twitter:card',         content: "summary"}
   %meta{property: 'twitter:title',        content: page_title}
   %meta{property: 'twitter:description',  content: page_description}
-- 
GitLab