Adding a syndicate pairing page with some notes
This commit is contained in:
@@ -6,4 +6,5 @@ public class DocData
|
||||
public string Category { get; init; } = "";
|
||||
public string Content { get; init; } = "";
|
||||
public Dictionary<string, string> Frontmatter { get; init; } = [];
|
||||
public List<string>? Syndicates { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user