date injestor

This commit is contained in:
Garry Ing
2021-04-11 13:04:24 -04:00
parent 7679a11e6d
commit dd498a2edc

View File

@ -1,7 +1,10 @@
# frozen_string_literal: true
front_matter_date = DateTime.now.strftime('%Y-%m-%d')
EMPTY_FRONT_MATTER = <<~JEKYLL
---
date: #{front_matter_date}
---
JEKYLL