This commit is contained in:
@@ -22,6 +22,13 @@ enum SiteMetadata {
|
||||
|
||||
/// Represents the valid file metadata for an article.
|
||||
struct ArticleMetadata: Metadata {
|
||||
|
||||
/// The creation date of the article.
|
||||
let date: Date?
|
||||
|
||||
/// The updated date of the article.
|
||||
let updated: Date?
|
||||
|
||||
/// The articles associated tags.
|
||||
let tags: [String]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user