Browse Source

inglese che palle

boyska 2 years ago
parent
commit
ef4707c28d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ics2mdwn.py

+ 1 - 1
ics2mdwn.py

@@ -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)