Skip to content

Commit

Permalink
fix small update thingy again
Browse files Browse the repository at this point in the history
  • Loading branch information
World-X committed Oct 29, 2024
1 parent 49748ce commit eb8508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostPage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (true) {
// 6: "Tipos de datos (en C)"
// 10: "¡La 1.2 está aquí!"
// 11: "Python 3 - Guía"
const updatedPostIDs = [4, 6, 10, 11, 22]
const updatedPostIDs = [4, 6, 10, 11, 21]
const updatedPostDates = ['2024-09-27', '2024-09-27', '2024-09-24', '2024-09-27', '2024-10-28']
if (updatedPostIDs.includes(id)) {
// if it was updated in the last 5 days
Expand Down

0 comments on commit eb8508f

Please sign in to comment.