mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 15:48:47 +00: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
|
//~ NOTE(rjf): Text blobs
|
||||||
if(MD_NodeIsNil(node->first_child) &&
|
if(MD_NodeIsNil(node->first_child) && (node->flags & MD_NodeFlag_StringLiteral))
|
||||||
(node->flags & MD_NodeFlag_StringLiteral))
|
|
||||||
{
|
{
|
||||||
char *html_tag = "p";
|
char *html_tag = "p";
|
||||||
char *style = "paragraph";
|
char *style = "paragraph";
|
||||||
|
|||||||
Reference in New Issue
Block a user