feat: drafted out content recommendation post

This commit is contained in:
Leyla Becker 2026-02-11 16:34:18 -06:00
parent 3970f98dcd
commit a0322e7059
3 changed files with 76 additions and 2 deletions

View file

@ -88,7 +88,7 @@ const getPostCreatedAt = (data) => {
module.exports = {
layout: "post.njk",
tags: ["posts"],
unreleased: false,
released: true,
eleventyComputed: {
title: (data) => {
if (data.title && data.title !== data.page.fileSlug) {