forked from bofh/fetsite
Merge branch 'master' of https://github.com/fetsite/fetsite
This commit is contained in:
@@ -18,9 +18,9 @@ picture_url=URI(root_url)
|
||||
picture_url.path=@ofoto.datei.url(:locale=>nil, :theme=>nil)
|
||||
set_meta_tags :og => {
|
||||
:image => picture_url.to_s,
|
||||
:title => @gallery.name.to_s,
|
||||
:title => @gallery.name.to_s + "FotoID:" + @ofoto.id.to_s,
|
||||
:type => "article",
|
||||
:url=>gallery_foto_url(@gallery,@ofoto,:theme=>nil)
|
||||
:url=>gallery_url(@gallery,{:fotoid=>@ofoto.id,:theme=>nil})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user