🎨 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 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…
Add table
Reference in a new issue