This commit is contained in:
parent
e398d8bf1e
commit
c9feff8cd9
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ export default function Home() {
|
|||
if (postCards.length >= howMany) break
|
||||
|
||||
const content_id = contentMap.date[date][i]
|
||||
if (
|
||||
content_id ===
|
||||
"/posts/an-open-letter-to-the-war-brokers-community"
|
||||
)
|
||||
break
|
||||
|
||||
postCards.push(
|
||||
<PostCard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue