Sha256: 30fedc129a7b93d2a5b51f5a1b2e3f98c6d6bf5b2ab4147ec32adddb704651b3

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Jekyll
  module Drops
    class ExcerptDrop < DocumentDrop
      def layout
        @obj.doc.data["layout"]
      end

      def excerpt
        nil
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ngage-0.0.0 lib/ngage/jekyll/drops/excerpt_drop.rb