diff --git a/src/_11ty/shortcodes.ts b/src/_11ty/shortcodes.ts
index 2f114da6a7..76f238342b 100644
--- a/src/_11ty/shortcodes.ts
+++ b/src/_11ty/shortcodes.ts
@@ -10,17 +10,11 @@ export function registerShortcodes(eleventyConfig: UserConfig): void {
}
function _setupMedia(eleventyConfig: UserConfig): void {
- eleventyConfig.addShortcode('ytEmbed', function (id: string, title: string, skipAlternativeLink = false, fullWidth = false) {
- let embedMarkup = `
`;
-
- if (!skipAlternativeLink) {
- embedMarkup += `