File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
!!! 5
2
2
%html .no-js {lang: 'en'}
3
3
%head
4
+ =metamagic
4
5
/[if IE] <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
5
6
%meta { content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }
6
7
%title= page_title(yield(:page_title))
Original file line number Diff line number Diff line change
1
+ - if ENV['ENABLE_TWITTER_CARDS']
2
+ - meta twitter: {card: " summary" }
3
+ - meta twitter: {site: " @coderwall" }
4
+ - meta twitter: {title: sanitize(@team.name)}
5
+ - meta twitter: {url: teamname_path(@team.slug)}
6
+ - meta twitter: {description: @team.about}
7
+ - meta twitter: {image: @team.avatar_url}
8
+ - meta twitter: {creator: {id: @team.twitter}}
9
+
1
10
-content_for :head do
2
11
=stylesheet_link_tag 'premium-teams'
3
12
You can’t perform that action at this time.
0 commit comments