brint/jekyll-google_cse

View on GitHub
lib/jekyll-google_cse/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Prevent bundler errors
module Liquid; class Tag; end; end

module Jekyll
  class GoogleCse < Liquid::Tag
    VERSION = '1.1.0'.freeze
  end
end