If the user hasn’t set their blog url, line shouldn’t end to a comma.

This commit is contained in:
Ismo Vuorinen
2013-11-26 11:40:24 +02:00
parent 3a093fef0e
commit 9013a8099f
+1 -2
View File
@@ -40,8 +40,7 @@
based in <span class="adr locality">{{location}}</span>
{{/location}}
{{#repos}}with <a href="https://github.com/{{{username}}}?tab=repositories">{{repos}} public {{reposLabel}}</a>{{/repos}}{{^repos}}without any public repository for now{{/repos}}{{#followers}}&nbsp;and <a href="https://github.com/{{{username}}}/followers">{{followers}} {{followersLabel}}</a>{{/followers}}.
They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter,{{/earlyAdopter}}
{{#blog}}&nbsp;and sometimes they blog at <a href="{{blog}}" id="myblog" title="their blog">{{blog}}</a>.{{/blog}}
They've been using github.com since {{since}}{{#earlyAdopter}}, therefore are an early adopter{{/earlyAdopter}}{{#blog}}, and sometimes they blog at <a href="{{blog}}" id="myblog" title="their blog">{{blog}}</a>{{/blog}}.
</p>
<p id="languages" class="enlarge"></p>
</div>