mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-25 05:04:59 -07:00
fix static site generator
This commit is contained in:
@@ -378,8 +378,7 @@ GeneratePageContent(MD_Map *index_table, SiteInfo *site_info, PageInfo *page_inf
|
||||
{
|
||||
|
||||
//~ NOTE(rjf): Text blobs
|
||||
if(MD_NodeIsNil(node->first_child) &&
|
||||
(node->flags & MD_NodeFlag_StringLiteral))
|
||||
if(MD_NodeIsNil(node->first_child) && (node->flags & MD_NodeFlag_StringLiteral))
|
||||
{
|
||||
char *html_tag = "p";
|
||||
char *style = "paragraph";
|
||||
|
||||
Reference in New Issue
Block a user