Mercurial > web
view 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 |
line wrap: on
line source
--- layout: default title: cheese --- <div class="cheese-list"> {% for item in site.data.cheese %} <a href="{{ item.link }}"><img class="drop-shadow-box cheese-image" src="{{ item.link }}" alt="{{ item.name }}" title="{{ item.name }}"></a> {% endfor %} </div>