-1
我有一些含有一些元定義的haml文件。 我需要定義像在rails haml文件中使用資產管道
<meta property="og:image" content="path-to/mylogo.png" />
Facebook的圖像的元標記我如何能做到這一點與資產管道,我曾嘗試做以下
%meta(property="og:image", content=image_url('newLogo.png'))
,但它給了我一個錯誤。
試試這個:'%間{內容:IMAGE_URL('newLogo .png'),屬性:「og:image」}' –