to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = true ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Back
Hazel Hill Chocolate's Dessert Sauce
Ingredients
- 2 cups (12 ounces) your favorite milk or dark chocolate chips
- 1/2 cup (1 stick) butter
- 6 tablespoons whole milk
Instructions
Combine chocolate chips, butter and milk in 1-quart microwave-safe bowl. In a microwave heat at medium power (50% or less) for 2 minutes, stirring well after 1 minute until smooth. Drizzle over dessert and serve.
Author
KANSAS! Staff Writer