Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request Growstuff#746 from achalc/fix-fb-thumbnail
Browse files Browse the repository at this point in the history
added growstuff-apple-touch-icon-precomposed.png to meta partial
  • Loading branch information
maco committed Jun 13, 2015
2 parents 2209d65 + 3476d58 commit 7cedd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/_meta.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%head
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="images/growstuff-apple-touch-icon-precomposed.png"/>
<meta property="og:image:secure_url" content="images/growstuff-apple-touch-icon-precomposed.png"/>


- if (content_for?(:member_rss_login_name) && content_for(:member_rss_slug))
= auto_discovery_link_tag(:rss, { :controller => "/members", :action => 'show', :format => "rss", :id => yield(:member_rss_slug) }, { :title => "#{ ENV['GROWSTUFF_SITE_NAME'] }- #{yield(:member_rss_login_name)}'s posts" })
Expand Down

0 comments on commit 7cedd98

Please sign in to comment.