-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Labneh</title> | ||
</head> | ||
<body> | ||
<h1>Labneh</h1> | ||
<img src="../img/labneh.jpg" alt="A plate of labneh with vegetables and bread around it" height="310" width="310"> | ||
<h3>Description</h3> | ||
<p>Labneh, pronounced “leb-nay,” is a savory yogurt cheese with Mediterranean roots. The word “labneh” comes from the Arabic word “laban,” meaning “white” or “milk.”</p> | ||
<p>Also known as “labnah” or “labne,” it’s made by mixing yogurt with a little salt, then straining it to remove the whey. What’s left is a thick, creamy, and spreadable dip. It’s essentially an early phase of cheese, which is why we commonly refer to it as labneh cheese.</p> | ||
<h3>Ingredients</h3> | ||
<ul> | ||
<li>Whole milk yogurt</li> | ||
<li>Salt</li> | ||
<li>Olive oil (addition)</li> | ||
<li>Black sesame (addition)</li> | ||
</ul> | ||
<h3>Steps</h3> | ||
<ol> | ||
<li>Line a fine-mesh sieve with thick cheesecloth and set it over a bowl. Spoon the yogurt into the cheesecloth and sprinkle with salt.</li> | ||
<li>Stir to incorporate the salt.</li> | ||
<li>Tie the cheesecloth on the top and let the yogurt drain at room temperature or in the refrigerator for 24-72 hours.</li> | ||
<li>Open up the cheesecloth to reveal thick and creamy homemade labneh.</li> | ||
</ol> | ||
<a href="../index.html">Home</a> | ||
</body> | ||
</html> |