summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
committerBen Burwell <ben@benburwell.com>2015-03-30 12:02:36 -0400
commit29651298628bbd0fbdccbf169a09853f084284c3 (patch)
treec707944907ea7a3fee3dba412cba4d8295c6519a /projects
parent657810acf16a4ba1cbfd524bfa323c01b52c9766 (diff)
layout tweaks
Diffstat (limited to 'projects')
-rw-r--r--projects/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/projects/index.html b/projects/index.html
index 2c3b837..49365a9 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -5,11 +5,9 @@ description: Projects I’ve done.
---
{% for project in site.data.projects %}
-{% if project.live %}
-<h1><a href="{{ project.live }}">{{ project.name }}</a></h1>
-{% else %}
-<h1>{{ project.name }}</h1>
-{% endif %}
+
+<h1>{{ project.name }} {% if project.live %}<a style="font-size:1rem;" title="{{ project.title }}" href="{{ project.live }}" target="_blank"><i class="fa fa-external-link"></i></a>{% endif %}</h1>
+
<ul class="compressed-list">
<li>{{ project.description }}</li>
<li>{{ project.tech }}</li>