...
This commit is contained in:
@@ -4,6 +4,7 @@ public class NoteInfo
|
||||
{
|
||||
public string Slug { get; set; } = "";
|
||||
public string Title { get; set; } = "";
|
||||
public string? Category { get; set; }
|
||||
}
|
||||
|
||||
public class NotesIndex
|
||||
@@ -15,6 +16,7 @@ public class NoteDocument
|
||||
{
|
||||
public string Slug { get; set; } = "";
|
||||
public string Title { get; set; } = "";
|
||||
public string? Category { get; set; }
|
||||
public string FrontmatterHtml { get; set; } = "";
|
||||
public string HtmlContent { get; set; } = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user