文件名称:filter-tag:可以有条件地过滤其内容的 Liquid 块标签
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-24 20:04:32
Ruby
Octopress 过滤器标签 可以有条件地过滤其内容的 Liquid 块标签。 安装 如果您使用的是 bundler,请将此 gem 添加到您站点的:jekyll_plugins组中的 Gemfile 中: group :jekyll_plugins do gem 'octopress-filter-tag' end 然后用 Bundler 安装 gem $ bundle 要在没有捆绑程序的情况下手动安装: $ gem install octopress-filter-tag 然后将 gem 添加到您的 Jekyll 配置中。 gems: -octopress-filter-tag 用法 句法: {% filter [filters] %} some sort of content {% endfilter %} 简单的过滤器使用。 {% filter u