Class: Bridgetown::Resource::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/bridgetown/resource/base.rb

Instance Method Summary collapse

Instance Method Details

#sitemap_last_modified_atObject



6
7
8
9
10
11
12
# File 'lib/bridgetown/resource/base.rb', line 6

def sitemap_last_modified_at
  (
    data.last_modified_at ||
    BridgetownSitemap::GitInspector.new(self).latest_git_commit_date ||
    date
  )&.to_time
end