Mercurial > web
view cheese/index.html @ 108:511a17f9f8a5 default tip
css: wrap navbar around on small screens
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 16 Mar 2025 17:37:14 -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>