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.
I am building a static site generator and need the attributes to pull information like
:date: 2023-03-17and:draft: true.Adding the attributes to
types.Metadatawould be the easiest way to access them.