Compare commits

..
2 Commits
Author SHA1 Message Date
grid 625f900578 Merge branch 'master' of https://git.socklab.moe/chimchooree/blessfrey-bottle 2024-11-10 20:45:03 -06:00
grid f63ae2ed3f index??????? 2024-11-10 20:43:35 -06:00
+2 -3
View File
@@ -740,11 +740,10 @@ def stories2(page):
snippets = list_snippets(gather_and_sort(loc), loc)
latest_temp1 = list_headlines(gather_and_sort(loc), loc)
latest_temp2 = []
latest = []
for late in latest_temp1:
if "chapter" not in late[1].lower():
latest_temp2.append(late)
latest = latest_temp2#[0:5]
latest.append(late)
tags = fill_word_cloud(curate_files(gather_files(loc)), loc)
total = len(curate_files(gather_files(loc)))