Skip to content

Commit 19760f3

Browse files
committed
title wow
1 parent 76ecfa9 commit 19760f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def addfrontmatter(wfile, tfile):
1010
if wfile.endswith('_index.md'):
1111
title = basename(dirname(wfile))
1212
else:
13-
title = 'title'
13+
title = basename(wfile)[:-3]
1414

1515
date = '2025-03-08T11:49:11+09:00'
1616

0 commit comments

Comments
 (0)