Mercurial > web
comparison cheese/index.html @ 98:caa6f0e136c8
*: add cheese section that's really just a photo gallery
author | Paper <paper@tflc.us> |
---|---|
date | Tue, 19 Nov 2024 00:55:49 -0500 |
parents | |
children | e83a48ef3bf4 |
comparison
equal
deleted
inserted
replaced
97:809b6a0ca2e9 | 98:caa6f0e136c8 |
---|---|
1 --- | |
2 layout: default | |
3 title: cheese | |
4 --- | |
5 <div class="cheese-list"> | |
6 {% for item in site.data.cheese %} | |
7 <a href="{{ item.link }}"><img class="drop-shadow-box cheese-image" src="{{ item.link }}" alt="{{ item.name }}" title="{{ item.name }}"></a> | |
8 {% endfor %} | |
9 </div> |