Skip to content

Commit

Permalink
Added Facebook OpenGraph tags and publicly-visible logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsduo committed Aug 11, 2011
1 parent 9a4ba0b commit dee7867
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<meta name="csrf-token" content="<%= form_authenticity_token %>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/favicon.ico">

<meta property="og:title" content="Travis CI - Distributed build platform for the Ruby community"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://travis-ci.org/"/>
<meta property="og:image" content="http://travis-ci.org/images/twitter.icon.png"/>
<meta property="og:site_name" content="Travis CI"/>
<meta property="og:description"
content="Hi I'm Travis. I'm a distributed build server tool for the Ruby community - currently in early alpha, and I'm looking for your help!"/>

<% if Rails.env.jasmine? %>
<%= stylesheet_link_tag 'jasmine' %>
<%= include_javascripts :jasmine %>
Expand Down
Binary file added public/images/twitter.icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dee7867

Please sign in to comment.