We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d4f43 commit 67a638fCopy full SHA for 67a638f
contentify.py
@@ -1,5 +1,6 @@
1
+from datetime import datetime
2
from os import mkdir, walk
-from os.path import join, isdir, dirname, basename
3
+from os.path import join, isdir, dirname, basename, getmtime
4
from shutil import copy, rmtree
5
6
from obsidian_to_hugo import ObsidianToHugo
0 commit comments