Sha256: 0b4d331b038e4edcbd4547ab243d1bb5109d0b505e058d2c32a6ad0a0b7e6f8a
Contents?: true
Size: 598 Bytes
Versions: 6
Compression:
Stored size: 598 Bytes
Contents
# frozen_string_literal: true module Archangel module Liquid module Drops ## # Liquid drop for a Site # class SiteDrop < Archangel::Liquid::Drop attributes :locale, :meta_description, :meta_keywords, :name # Site favicon URL # # @return [String] the Site favicon URL # def favicon object.favicon.url end # Original size Site logo URL # # @return [String] the original Site logo URL # def logo object.logo.url end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems