🎨 FIx: format

main
zztkm 2 years ago
parent a6f6643e8f
commit 8e20cd0199

@ -5,13 +5,12 @@ import cli
import toml import toml
import regex import regex
import markdown import markdown
import template import template
const default_config = 'config.toml' const default_config = 'config.toml'
// Allowed parameters // Allowed parameters
const config_params = ['title', "description"] const config_params = ['title', 'description']
const default_template = 'layouts/_index.html' const default_template = 'layouts/_index.html'

Loading…
Cancel
Save