diff --git a/lib/locomotive/export.rb b/lib/locomotive/export.rb index 40744004..f902afdb 100644 --- a/lib/locomotive/export.rb +++ b/lib/locomotive/export.rb @@ -173,7 +173,7 @@ module Locomotive protected def _copy_pages(page) - attributes = self.extract_attributes(page, %w{title seo_title meta_description meta_keywords redirect_url content_type published}) + attributes = self.extract_attributes(page, %w{title seo_title meta_description meta_keywords redirect_url content_type published cache_strategy}) attributes['listed'] = page.listed? # in some cases, page.listed can be nil @@ -340,4 +340,4 @@ module Locomotive end -end \ No newline at end of file +end