mirror of
https://github.com/resume/resume.github.com.git
synced 2026-05-05 10:59:12 -05:00
Add mailto links only if necessary (issue #11)
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@
|
||||
{{#gravatar_id}}
|
||||
<img src="https://secure.gravatar.com/avatar/{{gravatar_id}}?s=140&d=https://github.com/images/gravatars/gravatar-140.png" alt=""/>
|
||||
{{/gravatar_id}}
|
||||
<h3><a href="mailto:{{email}}">{{email}}</a></h3>
|
||||
{{#email}}<h3><a href="mailto:{{email}}">{{email}}</a></h3>{{/email}}
|
||||
</div><!--// .contact-info -->
|
||||
</div>
|
||||
</div><!--// .yui-gc -->
|
||||
@@ -87,7 +87,7 @@
|
||||
</div><!--// bd -->
|
||||
|
||||
<div id="ft">
|
||||
<p>{{name}} — <a href="mailto:{{email}}">{{email}}</a> — <a href="https://github.com/{{username}}" title="Github profile">https://github.com/{{username}}</a></p>
|
||||
<p>{{name}} — {{#email}}<a href="mailto:{{email}}">{{email}}</a> — {{/email}} <a href="https://github.com/{{username}}" title="Github profile">https://github.com/{{username}}</a></p>
|
||||
</div><!--// footer -->
|
||||
|
||||
</div><!-- // inner -->
|
||||
|
||||
Reference in New Issue
Block a user