boyska 2 роки тому
батько
коміт
ef4707c28d
1 змінених файлів з 1 додано та 1 видалено
  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)