Mercurial > web
diff cheese/index.html @ 99:e83a48ef3bf4
cheese: make the style much more mobile-friendly
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 27 Dec 2024 17:06:48 -0500 |
parents | caa6f0e136c8 |
children |
line wrap: on
line diff
--- a/cheese/index.html Tue Nov 19 00:55:49 2024 -0500 +++ b/cheese/index.html Fri Dec 27 17:06:48 2024 -0500 @@ -3,7 +3,7 @@ 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> +{% 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>