From 1483de98fd9e8ca58ea9ab17afd95a19c431ad63 Mon Sep 17 00:00:00 2001 From: Owen Ryan Date: Wed, 19 Jul 2023 20:52:00 -0400 Subject: [PATCH] Make entire project card a link instead of just the title --- source/projects.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/projects.html b/source/projects.html index f1d3cc2..c7616a6 100644 --- a/source/projects.html +++ b/source/projects.html @@ -7,15 +7,15 @@ permalink: /projects
{%- for post in site.posts -%}
-
+ {%- if post.thumbnail_url -%} {{ post.title }} thumbnail {%- endif -%}
- {{ post.title }} +

{{ post.title }}

{{ post.description }}

-
+
{%- endfor -%}