Fix content

This commit is contained in:
2026-01-07 20:03:10 -06:00
parent 178afbcf1c
commit ea535a67a9

View File

@@ -29,7 +29,9 @@ post_type['frontMatter'].each do |item|
end end
# Collect post content from user # Collect post content from user
post_content = spawn_input_box %(#{dialog_title_prefix} - Enter Content), %(Enter #{post_unit} content:) if post_type['contentEnabled']
post_content = spawn_input_box %(#{dialog_title_prefix} - Enter Content), %(Enter #{post_unit} content:)
end
# Make sure the output folder exists # Make sure the output folder exists
post_directory = post_type['postDirectory'] post_directory = post_type['postDirectory']