Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 540 Bytes

File metadata and controls

25 lines (20 loc) · 540 Bytes
layout default
title Nespresso Journal
permalink /nespresso/

Nespresso Journal

{% assign nespresso = site.nespresso | sort: 'pods' | reverse %} {% for n in nespresso %}

{{n.title}} // {% for num in (1..n.pods) %}☕{% endfor %} // {{n.tagline}}

{{n.taste}}

Intensity: {{n.intensity}}

Best served as: {{n.best_served_as}}

{{n.notes}}

Bitterness: {{n.bitterness}}
Acidity: {{n.acidity}}
Roast Level: {{n.roast_level}}
Body: {{n.body}}

{{n.journal}} {% endfor %}