FIX: recurring attribute was undefined on local-dates cooked posts
This commit is contained in:
parent
84cc52d8fc
commit
b4f6beebd1
|
@ -14,6 +14,7 @@ function addLocalDate(buffer, matches, state) {
|
|||
|
||||
config.date = parsed.attrs.date;
|
||||
config.time = parsed.attrs.time;
|
||||
config.recurring = parsed.attrs.recurring;
|
||||
config.format = parsed.attrs.format || config.format;
|
||||
config.timezones = parsed.attrs.timezones || config.timezones;
|
||||
|
||||
|
|
Loading…
Reference in New Issue