From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- projects/index.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'projects/index.html') diff --git a/projects/index.html b/projects/index.html index fd6a9a4..d9beb47 100644 --- a/projects/index.html +++ b/projects/index.html @@ -5,24 +5,19 @@ description: Projects I’ve done. --- {% for project in site.data.projects %} -

{% if project.live %} {{ project.name }} {% else %} {{ project.name }} {% endif %} - {{ project.tech }}

- -

- {{ project.description }} +

+ {{ project.tech }} {% if project.github %} - - - Read the code - + • + {{ project.github }} {% endif %}

- +

{{ project.description }}

{% endfor %} -- cgit v1.2.3