Added note about incomplete projects list

This commit is contained in:
thepaperpilot 2021-05-18 21:29:45 -05:00
parent df3a90eeef
commit 94ef3283bf

View file

@ -3,6 +3,12 @@ layout: default
nocard: true
title: All Projects
---
<div class="card">
<div class="card-content">
Note: this list is incomplete. You should also check out my itch page for more of my games.
</div>
</div>
{% assign rawtags = "" %}
{% for post in site.posts %}
{% assign ttags = post.tags | join:'|' | append:'|' %}