Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 530 Bytes

tools.md

File metadata and controls

23 lines (20 loc) · 530 Bytes
title description
Tools
What you need to make a static site that runs locally and on GitHub Pages

This page showcases how to list items in a specific collection.

    {% for tool in site.tools %}
  •         <p>
                <i>{{ tool.description }}</i>
            </p>
            <p>{{ tool.excerpt }}</p>
        </li>
    {% endfor %}