Skip to content

Commit 180cfdb

Browse files
committed
devug front matter appending
1 parent 53e36d3 commit 180cfdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contentify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
def addfrontmatter(wfile, tfile):
99
with open(tfile, 'w') as tmpfile:
1010
tmpfile.write('---\n')
11-
tmpfile.write('title: title')
12-
tmpfile.write('date: 2025-03-08T11:49:11+09:00')
11+
tmpfile.write('title: title\n')
12+
tmpfile.write('date: 2025-03-08T11:49:11+09:00\n')
1313
tmpfile.write('---\n')
1414
with open(wfile, 'r') as wikifile:
1515
while buffer := wikifile.read(1024):

wiki

Submodule wiki updated from 50718c0 to 436fa12

0 commit comments

Comments
 (0)