File: liquid.rb

package info (click to toggle)
ruby-jekyll-polyglot 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,196 kB
  • sloc: xml: 1,500; ruby: 947; sh: 10; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module Jekyll
  module Polyglot
    module Liquid
      require_relative 'liquid/tags/i18n_headers'
      require_relative 'liquid/tags/static_href'
    end
  end
end