🎨 FIx: format
This commit is contained in:
parent
a6f6643e8f
commit
8e20cd0199
1 changed files with 1 additions and 2 deletions
3
vss.v
3
vss.v
|
@ -5,13 +5,12 @@ import cli
|
|||
import toml
|
||||
import regex
|
||||
import markdown
|
||||
|
||||
import template
|
||||
|
||||
const default_config = 'config.toml'
|
||||
|
||||
// Allowed parameters
|
||||
const config_params = ['title', "description"]
|
||||
const config_params = ['title', 'description']
|
||||
|
||||
const default_template = 'layouts/_index.html'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue