Mercurial > web
view cheese/index.html @ 101:d9223d9ab9ba
blog: this post feels incomplete without a conclusion-ish
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 27 Dec 2024 20:27:24 -0500 |
| parents | e83a48ef3bf4 |
| children |
line wrap: on
line source
--- layout: default title: cheese --- <div class="cheese-list"> {% for row in site.data.cheese %} <a href="{{ row.link }}"><img class="drop-shadow-box cheese-image" src="{{ row.link }}" alt="{{ row.name }}" title="{{ row.name }}"></a> {% endfor %} </div>
