diff --git a/src/views/feed.mjs b/src/views/feed.mjs index 141e0074..e3f23b5a 100644 --- a/src/views/feed.mjs +++ b/src/views/feed.mjs @@ -386,10 +386,10 @@ export async function index(trie, page, domain) { .catch((err) => log(`Err in getAd: ${err.stack}`)); } - const contestStories = await getContestStories(); - const resolvedContestStories = await resolveIds(contestStories); + //const contestStories = await getContestStories(); + //const resolvedContestStories = await resolveIds(contestStories); return { - contestStories: resolvedContestStories, + //contestStories: resolvedContestStories, ad, stories, originals, @@ -804,9 +804,13 @@ export default async function (trie, theme, page, domain) { style="text-decoration: underline; display:flex;justify-content: center; align-items: center; gap:1rem;" > - Show/Hide submissions ${expandSVG} + Results of the writing contest