date injestor

This commit is contained in:
Garry Ing 2021-04-11 13:04:24 -04:00
parent 7679a11e6d
commit dd498a2edc
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E

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