浏览代码

inglese che palle

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)