From 5ddfacfb9a0526bfe0d6c2a508de707d9be6c1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Sat, 21 Mar 2015 23:55:14 +0100 Subject: [PATCH] Project links to new tab, ignore events on a click too --- fmartingrcom/themes/v1/templates/projects/list.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fmartingrcom/themes/v1/templates/projects/list.jinja b/fmartingrcom/themes/v1/templates/projects/list.jinja index de76bfe..ead34df 100644 --- a/fmartingrcom/themes/v1/templates/projects/list.jinja +++ b/fmartingrcom/themes/v1/templates/projects/list.jinja @@ -27,7 +27,7 @@
{{ project.stack }}
{% endif %} {% if project.url %} -
{{ project.url }}
+
{{ project.url }}
{% endif %}
{% for image in project.images.all() %} @@ -57,7 +57,7 @@