projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8640c8
)
Add og:description to OpenGraph tags
author
Tom Hughes
<tom@compton.nu>
Tue, 27 Oct 2015 11:57:40 +0000
(11:57 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 27 Oct 2015 12:02:13 +0000
(12:02 +0000)
app/helpers/open_graph_helper.rb
patch
|
blob
|
history
diff --git
a/app/helpers/open_graph_helper.rb
b/app/helpers/open_graph_helper.rb
index cb72d7254cdf7c7db7aced287179b980fba23094..e21a5648a7c3be9f4482855d657381215915b076 100644
(file)
--- a/
app/helpers/open_graph_helper.rb
+++ b/
app/helpers/open_graph_helper.rb
@@
-6,7
+6,8
@@
module OpenGraphHelper
"og:type" => "website",
"og:image" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "http"),
"og:image:secure_url" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "https"),
- "og:url" => url_for(:host => SERVER_URL)
+ "og:url" => url_for(:host => SERVER_URL),
+ "og:description" => t("layouts.intro_text")
}
tags.map do |property, content|