Broken post_url References Report

Generated: 2026-05-02

Summary

  1. _posts/2025-12-15-top-5-strategy-board-games-2025.md (13 broken links)
  2. _posts/2025-06-20-macbook-air-15m4-review.md (13 broken links)
  3. _posts/2025-04-16-gloom-109-108-ar-sv3-ruler-of-the-black-flame-jp-nm.md (9 broken links)
  4. _posts/2025-10-25-uno-gold-edition-card-game-2025-review.md (7 broken links)
  5. _posts/2025-06-15-macbook-air-m4-13-2025-review.md (6 broken links)
  6. _posts/1994-04-01-mtg-fourth-edition-booster-pack.md (6 broken links)
  7. _posts/2025-11-12-uno-no-mercy-card-game-2025-review.md (5 broken links)
  8. _posts/2025-11-12-apple-macbook-air-15-m4-chip-16gb-ram-256gb-ssd-midnight-mw1l3ll-a-2025-model.md (5 broken links)
  9. _posts/2025-11-01-wicked-uno-movie-edition.md (5 broken links)
  10. _posts/2024-11-20-trio-family-card-game-review.md (5 broken links)
  11. _posts/2024-04-07-vintage-skip-bo-1993-review.md (5 broken links)
  12. _posts/2021-11-01-exploding-kittens-exploding-minions-card-game-2-5-players-age-7-new.md (5 broken links)
  13. _posts/2015-04-11-asmodee-dixit-promo-cards-tabletop-day-2015-nm.md (5 broken links)
  14. _posts/2026-12-20-cards-against-humanity-die-weihnachtsedition.md (4 broken links)
  15. _posts/2026-12-18-uno-family-pack-family-game-night-2-10-players-christmas-games.md (4 broken links)
  16. _posts/2025-11-01-uno-nfl-elite-core-edition-wild-foil-flux-will-mcdonald-iv-sp.md (4 broken links)
  17. _posts/2025-10-14-uno-elite-core-edition-yellow-tyler-goodson.md (4 broken links)
  18. _posts/2025-04-28-uno-elite-core-edition-2025-amarillo.md (4 broken links)
  19. _posts/2025-04-08-mattel-pocket-size-phase-10-go-2025-mini-card-game.md (4 broken links)
  20. _posts/2022-10-15-phase-10-40th-anniversary-metal-steel-case.md (4 broken links)

Categories of Issues

1. Invalid/Malformed Slugs (Not actual post references)

These appear to be parsing errors or placeholder text mistakenly captured:

Count: ~20 false positives

2. Slugs with .html or .md Extensions

Should not include file extensions in post_url:

Count: 14 references

3. Slugs with Trailing Punctuation

Punctuation should not be part of the slug:

Count: 6 references

4. Slugs with Single Quotes (encoding/formatting issues)

Count: 22 references

5. Missing Date Prefix

Should have YYYY-MM-DD prefix:

Count: 2 references

6. Legitimate Missing Posts

Properly formatted slugs referencing non-existent posts (190+ unique slugs).

Examples:

Recommendations

Immediate Actions

  1. Fix malformed references (categories 1-5): ~64 references
    • Remove file extensions (.html, .md)
    • Strip trailing punctuation
    • Remove single quotes
    • Fix obviously broken slugs (single words like “tag”, “magic”, etc.)

Strategic Actions

  1. Address legitimate missing posts (~190 references)
    • Option A: Create the referenced posts
    • Option B: Replace with https://www.geeknite.com/ links for product-related topics
    • Option C: Update to link to existing similar posts with correct slugs
    • Option D: Remove the references if they’re not essential

Detailed Broken References

For the complete list with file paths and line numbers, see the detailed output file.

How to Fix

Example 1: Remove file extension

# Before

[Link text]({%- post_url 2024-01-01-uno-classic.md -%})

# After

[Link text]({%- post_url 2024-01-01-uno-classic -%})

Example 2: Remove trailing punctuation

# Before

[Link text]({%- post_url 2024-02-01-top-10-retro-card-games. -%})

# After

[Link text]({%- post_url 2024-02-01-top-10-retro-card-games -%})

Example 3: Remove quotes

# Before

[Link text]({%- post_url '2024-11-01-uno-edition-review' -%})

# After

[Link text]({%- post_url 2024-11-01-uno-edition-review -%})

Example 4: Replace missing post with wsib link

# Before

[Link text]({%- post_url 2021-07-18-retro-mtg-unboxings -%})

# After

[Link text]({{ site.constants.wsib }}retro mtg unboxings)