Explorar o código

inglese che palle

boyska %!s(int64=2) %!d(string=hai) anos
pai
achega
ef4707c28d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)