Mercurial > web
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cheese/index.html Tue Nov 19 00:55:49 2024 -0500 @@ -0,0 +1,9 @@ +--- +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>