From 9013a8099fe2851b7c33e26e5fa89b41e99fa2f6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 26 Nov 2013 11:40:24 +0200 Subject: [PATCH] =?UTF-8?q?If=20the=20user=20hasn=E2=80=99t=20set=20their?= =?UTF-8?q?=20blog=20url,=20line=20shouldn=E2=80=99t=20end=20to=20a=20comm?= =?UTF-8?q?a.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/resume.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/resume.html b/views/resume.html index 1a31b38..9579c3d 100644 --- a/views/resume.html +++ b/views/resume.html @@ -40,8 +40,7 @@ based in {{location}} {{/location}} {{#repos}}with {{repos}} public {{reposLabel}}{{/repos}}{{^repos}}without any public repository for now{{/repos}}{{#followers}} and {{followers}} {{followersLabel}}{{/followers}}. - They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter,{{/earlyAdopter}} - {{#blog}} and sometimes they blog at {{blog}}.{{/blog}} + They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter{{/earlyAdopter}}{{#blog}}, and sometimes they blog at {{blog}}{{/blog}}.