Display a dot to end the "since expression" if no blog link is specified

This commit is contained in:
NumEricR
2011-04-10 19:31:15 +02:00
parent 7c2590759d
commit 3d612dfc7c

View File

@@ -36,10 +36,7 @@
based in {{location}}
{{/location}}
with <a href="https://github.com/{{{username}}}">{{repos}} public {{plural}}</a>.
I've been using github.com since {{since}}
{{#blog}}
and sometimes I blog at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>.
{{/blog}}
I've been using github.com since {{since}}{{#blog}}&nbsp;and sometimes I blog at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>{{/blog}}.
</p>
<p id="languages" class="enlarge"></p>
</div>