copy home to index

This commit is contained in:
sejo 2022-03-27 19:56:43 -06:00
parent e65582e22c
commit f8216957aa
1 changed files with 4 additions and 0 deletions

View File

@ -536,4 +536,8 @@ firstPass()
print("escribiendo incoming links...")
secondPass()
-- update index files with home
os.execute("cp web/home.html web/index.html")
os.execute("cp gem/home.gmi gem/index.gmi")
print("listx!")