Added note about incomplete projects list
This commit is contained in:
parent
df3a90eeef
commit
94ef3283bf
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ layout: default
|
||||||
nocard: true
|
nocard: true
|
||||||
title: All Projects
|
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 = "" %}
|
{% assign rawtags = "" %}
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
{% assign ttags = post.tags | join:'|' | append:'|' %}
|
{% assign ttags = post.tags | join:'|' | append:'|' %}
|
||||||
|
|
Loading…
Reference in a new issue