Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
- bump: minor
changes:
added:
- UK two-child limit policy comparison app as a featured tile
- Slug validation test to prevent conflicts between app slugs and post filenames
- UK two-child limit policy comparison dashboard as a featured tile on UK homepage
11 changes: 11 additions & 0 deletions src/posts/posts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"_comment": "This post uses external_url to link to an interactive app instead of a markdown article. The filename is 'dummy' because no markdown file exists - it redirects directly to the app.",
"title": "Two-child limit calculator",
"description": "Explore policy reforms to the two-child benefit limit and their impacts on households, government spending, and child poverty.",
"date": "2025-10-28",
"tags": ["uk", "featured", "policy", "interactives"],
"filename": "uk-two-child-limit-comparison-dummy.md",
"external_url": "/uk/two-child-limit-comparison",
"image": "young-child-exemption-two-child-limit.jpg",
"authors": ["vahid-ahmadi"]
},
{
"title": "Marginal tax rates in California's proposed billionaire tax",
"description": "The 5% tax creates marginal tax rates between 50% and 60% on wealth between $1 billion and $1.1 billion.",
Expand Down
Loading