Skip to content

Instantly share code, notes, and snippets.

@tomcritchlow
Last active February 18, 2022 20:27
Show Gist options
  • Save tomcritchlow/7eef00a9cf925377d27dcb95d4d23056 to your computer and use it in GitHub Desktop.
Save tomcritchlow/7eef00a9cf925377d27dcb95d4d23056 to your computer and use it in GitHub Desktop.
---
layout: default
---
<section class="post">
<h2>{{ page.title }}</h2>
{{ content }}
<div class="flex flex-wrap w-100">
{% for project in site.projects %}
<div class="w-third-l w-100 pa2">
<img src="{{project.image}}" />
<div class="f5">{{project.title}}</div>
</div>
{% endfor %}
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment