我可以将octopress图像标签与jekyll-assets asset_path一起使用吗?

时间:2013-12-02 19:58:48

标签: ruby jekyll liquid octopress

如果可能,我想对使用Octopress image tag投放的图片使用jekyll-assets

这有效

<img src="{% asset_path image.jpg %}" alt="foo" />

但我更喜欢这样的东西

{% img asset_path image.jpg 'foo' %}

给出错误:

Error processing input, expected syntax: {% img [class name(s)] [http[s]:/]/path/to/image [width [height]] [title text | “title text” [“alt text”]] %}

有没有办法让语法正确,将asset_path的结果传递给img?我希望答案是显而易见的,但我是Liquid和Jekyll的新手。

我正在使用octopress的最新稳定版本,这取决于jekyll 0.12.1。我使用的是jekyll-assets 0.4.2,这是支持jekyll&lt;的最新版本。 1.0。

0 个答案:

没有答案