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
1 change: 1 addition & 0 deletions src/lib/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const BLOG_TAGS = [
"CBTF",
"Case Study",
"Development",
"Pedagogy",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at sysconf it seems that we support this tag for displaying on the PL homepage?

"Release",
"Technical",
] as const;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import cbtfImage from "./cbtf-room.jpg";

export const meta = {
title: "Craig Zilles on retakes at scale",
date: "2026-07-01T00:00:00-05:00",
date: "2026-07-02T15:00:00-05:00",
author: "Matt West",
tags: ["CBTF"],
tags: ["CBTF", "Pedagogy"],
summary:
"A new podcast episode connects second-chance testing, PrairieLearn, and computer-based testing facilities.",
};
Expand Down
Loading