mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-31 08:10:10 -06:00
Display a dot to end the "since expression" if no blog link is specified
This commit is contained in:
@@ -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}} and sometimes I blog at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>{{/blog}}.
|
||||
</p>
|
||||
<p id="languages" class="enlarge"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user