Open DavidGamba opened 1 year ago
I am building a static site generator and need the attributes to pull information like :date: 2023-03-17 and :draft: true.
:date: 2023-03-17
:draft: true
Adding the attributes to types.Metadata would be the easiest way to access them.
types.Metadata
I am building a static site generator and need the attributes to pull information like
:date: 2023-03-17
and:draft: true
.Adding the attributes to
types.Metadata
would be the easiest way to access them.