article footer file is named 'tail;' snippet shows title, full text, and link
This commit is contained in:
@@ -9,7 +9,7 @@ def file_to_string(f):
|
||||
return text
|
||||
|
||||
def fill_text(f):
|
||||
return file_to_string('../res/head.txt') + file_to_string(f) + file_to_string('../res/foot.txt')
|
||||
return file_to_string('../res/head.txt') + file_to_string(f) + file_to_string('../res/tail.txt')
|
||||
|
||||
def create_files(files, directory):
|
||||
for f in files:
|
||||
|
||||
Reference in New Issue
Block a user