fix: correct Goldschläger umlaut in recipe content
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
title: "Big Red"
|
title: "Big Red"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Big Red: a Shot served in a Shot glass. Made with Irish cream, Goldschlager."
|
description: "Big Red: a Shot served in a Shot glass. Made with Irish cream, Goldschläger."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Shot"]
|
categories: ["Shot"]
|
||||||
glasses: ["Shot glass"]
|
glasses: ["Shot glass"]
|
||||||
ingredients: ["Irish cream", "Goldschlager"]
|
ingredients: ["Irish cream", "Goldschläger"]
|
||||||
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
||||||
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/yqwuwu1441248116.jpg"
|
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/yqwuwu1441248116.jpg"
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
title: "Bob Marley"
|
title: "Bob Marley"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Bob Marley: a Shot served in a Shot glass. Made with Midori melon liqueur, Jägermeister, Goldschlager."
|
description: "Bob Marley: a Shot served in a Shot glass. Made with Midori melon liqueur, Jägermeister, Goldschläger."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Shot"]
|
categories: ["Shot"]
|
||||||
glasses: ["Shot glass"]
|
glasses: ["Shot glass"]
|
||||||
ingredients: ["Midori melon liqueur", "Jägermeister", "Goldschlager"]
|
ingredients: ["Midori melon liqueur", "Jägermeister", "Goldschläger"]
|
||||||
ingredientMeasures: ["1/2 oz ", "1/2 oz ", "1/2 oz "]
|
ingredientMeasures: ["1/2 oz ", "1/2 oz ", "1/2 oz "]
|
||||||
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/rrqrst1477140664.jpg"
|
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/rrqrst1477140664.jpg"
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description: "Oatmeal Cookie: a Cocktail served in a Mason jar. Made with Kahlua
|
|||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Cocktail"]
|
categories: ["Cocktail"]
|
||||||
glasses: ["Mason jar"]
|
glasses: ["Mason jar"]
|
||||||
ingredients: ["Kahlua", "Baileys irish cream", "Butterscotch schnapps", "Jägermeister", "Goldschlager"]
|
ingredients: ["Kahlua", "Baileys irish cream", "Butterscotch schnapps", "Jägermeister", "Goldschläger"]
|
||||||
ingredientMeasures: ["2 parts", "2 parts", "4 parts", "1 part", "1/2 part"]
|
ingredientMeasures: ["2 parts", "2 parts", "4 parts", "1 part", "1/2 part"]
|
||||||
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/bsvmlg1515792693.jpg"
|
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/bsvmlg1515792693.jpg"
|
||||||
---
|
---
|
||||||
|
|||||||
+12
-17
@@ -7,10 +7,7 @@
|
|||||||
"body",
|
"body",
|
||||||
"button",
|
"button",
|
||||||
"circle",
|
"circle",
|
||||||
"dd",
|
|
||||||
"div",
|
"div",
|
||||||
"dl",
|
|
||||||
"dt",
|
|
||||||
"ellipse",
|
"ellipse",
|
||||||
"em",
|
"em",
|
||||||
"footer",
|
"footer",
|
||||||
@@ -68,6 +65,7 @@
|
|||||||
"border",
|
"border",
|
||||||
"border-0",
|
"border-0",
|
||||||
"border-b",
|
"border-b",
|
||||||
|
"border-b-2",
|
||||||
"border-gold",
|
"border-gold",
|
||||||
"border-t",
|
"border-t",
|
||||||
"border-warm/10",
|
"border-warm/10",
|
||||||
@@ -98,6 +96,7 @@
|
|||||||
"duration-[160ms]",
|
"duration-[160ms]",
|
||||||
"duration-[180ms]",
|
"duration-[180ms]",
|
||||||
"duration-[240ms]",
|
"duration-[240ms]",
|
||||||
|
"duration-[250ms]",
|
||||||
"duration-[260ms]",
|
"duration-[260ms]",
|
||||||
"ease-[cubic-bezier(.2,.7,.3,1)]",
|
"ease-[cubic-bezier(.2,.7,.3,1)]",
|
||||||
"enabled:hover:border-gold",
|
"enabled:hover:border-gold",
|
||||||
@@ -109,6 +108,7 @@
|
|||||||
"flex-none",
|
"flex-none",
|
||||||
"flex-wrap",
|
"flex-wrap",
|
||||||
"fmenu",
|
"fmenu",
|
||||||
|
"focus-within:border-gold",
|
||||||
"font-medium",
|
"font-medium",
|
||||||
"font-mono",
|
"font-mono",
|
||||||
"font-sans",
|
"font-sans",
|
||||||
@@ -137,8 +137,6 @@
|
|||||||
"gap-[6px]",
|
"gap-[6px]",
|
||||||
"gap-[7px]",
|
"gap-[7px]",
|
||||||
"gap-[9px]",
|
"gap-[9px]",
|
||||||
"gap-x-8",
|
|
||||||
"gap-y-[14px]",
|
|
||||||
"glass",
|
"glass",
|
||||||
"grid",
|
"grid",
|
||||||
"grid-cols-1",
|
"grid-cols-1",
|
||||||
@@ -146,8 +144,6 @@
|
|||||||
"grid-cols-[0.92fr_1.08fr]",
|
"grid-cols-[0.92fr_1.08fr]",
|
||||||
"grid-cols-[1.05fr_0.95fr]",
|
"grid-cols-[1.05fr_0.95fr]",
|
||||||
"grid-cols-[1.6fr_1fr_1fr_1fr]",
|
"grid-cols-[1.6fr_1fr_1fr_1fr]",
|
||||||
"grid-cols-[120px_1fr]",
|
|
||||||
"grid-cols-[120px_auto]",
|
|
||||||
"grid-cols-[1fr_1.15fr]",
|
"grid-cols-[1fr_1.15fr]",
|
||||||
"group",
|
"group",
|
||||||
"group-hover:text-gold",
|
"group-hover:text-gold",
|
||||||
@@ -164,12 +160,10 @@
|
|||||||
"hover:border-warm/18",
|
"hover:border-warm/18",
|
||||||
"hover:pl-[5px]",
|
"hover:pl-[5px]",
|
||||||
"hover:shadow-[0_24px_50px_-24px_rgba(0,0,0,.8)]",
|
"hover:shadow-[0_24px_50px_-24px_rgba(0,0,0,.8)]",
|
||||||
"hover:text-gold",
|
|
||||||
"hover:text-gold-2",
|
"hover:text-gold-2",
|
||||||
"hover:text-ink",
|
"hover:text-ink",
|
||||||
"hover:text-ink-soft",
|
"hover:text-ink-soft",
|
||||||
"inline-flex",
|
"inline-flex",
|
||||||
"inline-grid",
|
|
||||||
"italic",
|
"italic",
|
||||||
"items-baseline",
|
"items-baseline",
|
||||||
"items-center",
|
"items-center",
|
||||||
@@ -181,7 +175,7 @@
|
|||||||
"leading-[1.05]",
|
"leading-[1.05]",
|
||||||
"leading-[1.15]",
|
"leading-[1.15]",
|
||||||
"leading-[1.55]",
|
"leading-[1.55]",
|
||||||
"leading-[1.75]",
|
"leading-[1]",
|
||||||
"leading-[38px]",
|
"leading-[38px]",
|
||||||
"leading-none",
|
"leading-none",
|
||||||
"leading-relaxed",
|
"leading-relaxed",
|
||||||
@@ -215,15 +209,14 @@
|
|||||||
"max-[900px]:pb-2.5",
|
"max-[900px]:pb-2.5",
|
||||||
"max-[900px]:static",
|
"max-[900px]:static",
|
||||||
"max-h-[320px]",
|
"max-h-[320px]",
|
||||||
|
"max-h-[640px]",
|
||||||
"max-w-[1280px]",
|
"max-w-[1280px]",
|
||||||
"max-w-[480px]",
|
"max-w-[480px]",
|
||||||
"max-w-[560px]",
|
"max-w-[560px]",
|
||||||
"max-w-[820px]",
|
|
||||||
"max-w-md",
|
"max-w-md",
|
||||||
"mb-0",
|
"mb-0",
|
||||||
"mb-1.5",
|
"mb-1.5",
|
||||||
"mb-12",
|
"mb-12",
|
||||||
"mb-14",
|
|
||||||
"mb-2",
|
"mb-2",
|
||||||
"mb-3",
|
"mb-3",
|
||||||
"mb-4",
|
"mb-4",
|
||||||
@@ -234,6 +227,7 @@
|
|||||||
"mb-[10px]",
|
"mb-[10px]",
|
||||||
"mb-[18px]",
|
"mb-[18px]",
|
||||||
"mb-[38px]",
|
"mb-[38px]",
|
||||||
|
"mb-[6px]",
|
||||||
"md:grid-cols-3",
|
"md:grid-cols-3",
|
||||||
"md:text-[200px]",
|
"md:text-[200px]",
|
||||||
"min-h-[62vh]",
|
"min-h-[62vh]",
|
||||||
@@ -273,7 +267,6 @@
|
|||||||
"p-4",
|
"p-4",
|
||||||
"p-[22px]",
|
"p-[22px]",
|
||||||
"pb-10",
|
"pb-10",
|
||||||
"pb-24",
|
|
||||||
"pb-3",
|
"pb-3",
|
||||||
"pb-4",
|
"pb-4",
|
||||||
"pb-5",
|
"pb-5",
|
||||||
@@ -286,8 +279,10 @@
|
|||||||
"pb-[90px]",
|
"pb-[90px]",
|
||||||
"pointer-events-none",
|
"pointer-events-none",
|
||||||
"pr-2",
|
"pr-2",
|
||||||
|
"prose",
|
||||||
"pt-0",
|
"pt-0",
|
||||||
"pt-1",
|
"pt-1",
|
||||||
|
"pt-1.5",
|
||||||
"pt-10",
|
"pt-10",
|
||||||
"pt-12",
|
"pt-12",
|
||||||
"pt-14",
|
"pt-14",
|
||||||
@@ -313,6 +308,7 @@
|
|||||||
"py-1.5",
|
"py-1.5",
|
||||||
"py-16",
|
"py-16",
|
||||||
"py-2",
|
"py-2",
|
||||||
|
"py-20",
|
||||||
"py-3",
|
"py-3",
|
||||||
"py-4",
|
"py-4",
|
||||||
"py-[10px]",
|
"py-[10px]",
|
||||||
@@ -333,7 +329,6 @@
|
|||||||
"shadow-[0_50px_90px_-45px_#000]",
|
"shadow-[0_50px_90px_-45px_#000]",
|
||||||
"shrink-0",
|
"shrink-0",
|
||||||
"sm:grid-cols-2",
|
"sm:grid-cols-2",
|
||||||
"space-y-4",
|
|
||||||
"sticky",
|
"sticky",
|
||||||
"text-[#1a1206]",
|
"text-[#1a1206]",
|
||||||
"text-[10px]",
|
"text-[10px]",
|
||||||
@@ -345,7 +340,6 @@
|
|||||||
"text-[13px]",
|
"text-[13px]",
|
||||||
"text-[14.5px]",
|
"text-[14.5px]",
|
||||||
"text-[14px]",
|
"text-[14px]",
|
||||||
"text-[15px]",
|
|
||||||
"text-[16px]",
|
"text-[16px]",
|
||||||
"text-[17px]",
|
"text-[17px]",
|
||||||
"text-[18px]",
|
"text-[18px]",
|
||||||
@@ -354,6 +348,8 @@
|
|||||||
"text-[23px]",
|
"text-[23px]",
|
||||||
"text-[26px]",
|
"text-[26px]",
|
||||||
"text-[32px]",
|
"text-[32px]",
|
||||||
|
"text-[36px]",
|
||||||
|
"text-[40px]",
|
||||||
"text-[54px]",
|
"text-[54px]",
|
||||||
"text-[56px]",
|
"text-[56px]",
|
||||||
"text-[8.5px]",
|
"text-[8.5px]",
|
||||||
@@ -361,9 +357,9 @@
|
|||||||
"text-[clamp(26px,3.6vw,50px)]",
|
"text-[clamp(26px,3.6vw,50px)]",
|
||||||
"text-[clamp(28px,4vw,48px)]",
|
"text-[clamp(28px,4vw,48px)]",
|
||||||
"text-[clamp(34px,5vw,56px)]",
|
"text-[clamp(34px,5vw,56px)]",
|
||||||
|
"text-[clamp(36px,5vw,64px)]",
|
||||||
"text-[clamp(36px,6vw,72px)]",
|
"text-[clamp(36px,6vw,72px)]",
|
||||||
"text-[clamp(44px,6.4vw,80px)]",
|
"text-[clamp(44px,6.4vw,80px)]",
|
||||||
"text-[clamp(44px,6vw,72px)]",
|
|
||||||
"text-[clamp(46px,7.2vw,92px)]",
|
"text-[clamp(46px,7.2vw,92px)]",
|
||||||
"text-[clamp(48px,6vw,84px)]",
|
"text-[clamp(48px,6vw,84px)]",
|
||||||
"text-center",
|
"text-center",
|
||||||
@@ -386,7 +382,6 @@
|
|||||||
"top-[11px]",
|
"top-[11px]",
|
||||||
"tracking-[-0.015em]",
|
"tracking-[-0.015em]",
|
||||||
"tracking-[-0.01em]",
|
"tracking-[-0.01em]",
|
||||||
"tracking-[-0.02em]",
|
|
||||||
"tracking-[0.02em]",
|
"tracking-[0.02em]",
|
||||||
"tracking-[0.04em]",
|
"tracking-[0.04em]",
|
||||||
"tracking-[0.06em]",
|
"tracking-[0.06em]",
|
||||||
|
|||||||
Reference in New Issue
Block a user