index???????

This commit is contained in:
grid
2024-11-10 20:43:35 -06:00
parent 900a2ec46a
commit f63ae2ed3f
+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)))