我正在尝试实施https://github.com/matthewowen/jekyll-slideshow,但我不确定Matt在文档中的含义是什么时候他说:
For any content that you'd like the slideshow process to work on, use the filter 'slideshows' in your template, like so:
{{ content | slideshows }}
我使用HTML而不是降价。我的HTML看起来像......
<ul>
<li><img src="assets/images/77_xs650.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/650_chop.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/sr500.JPG" alt="Example image" title="" /></li>
<li><img src="assets/images/triumph.jpg" alt="Example image" title="" /></li>
</ul>
如何在此数据上使用过滤器'幻灯片'?
答案 0 :(得分:0)
在您要使用的模板中,将{{ content }}
替换为{{ content | sideshows}}