inglese che palle
This commit is contained in:
parent
ce36c364eb
commit
ef4707c28d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class HugoConverter(Converter):
|
|||
except Exception as exc:
|
||||
logging.warning("Error parsing categories: %s", str(exc))
|
||||
if 'base' in frontmatter['tags']:
|
||||
frontmatter['level'] = 'Principiante'
|
||||
frontmatter['level'] = 'beginner'
|
||||
with open(str(fpath), "w") as buf:
|
||||
buf.write("---\n")
|
||||
yaml.safe_dump(frontmatter, buf)
|
||||
|
|
Loading…
Reference in a new issue