diff --git a/tags.html b/tags.html index ce7a7d97a..644bd654e 100755 --- a/tags.html +++ b/tags.html @@ -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:'|' %}