view cheese/index.html @ 111:250f40874439

*: update lots of things now we minify the html,css,etc before deploying, so it hopefully will load faster :)
author Paper <paper@tflc.us>
date Mon, 19 May 2025 13:58:21 -0400
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>