mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-21 10:59:57 -06:00
Merge pull request #169 from JoahG/blog-to-website
Changes all references of 'blog' to 'website' instead.
This commit is contained in:
@@ -229,7 +229,7 @@ var run = function() {
|
||||
};
|
||||
|
||||
if (data.blog !== undefined && data.blog !== null && data.blog !== '') {
|
||||
view.blog = addHttp + data.blog;
|
||||
view.website = addHttp + data.blog;
|
||||
}
|
||||
|
||||
var resume = (data.type == 'User' ? 'views/resume.html' : 'views/resumeOrgs.html');
|
||||
|
||||
@@ -43,16 +43,16 @@
|
||||
</p>
|
||||
</div>
|
||||
</div><!--// .yui-gf -->
|
||||
{{#blog}}
|
||||
<div class="yui-gf" id="myblog">
|
||||
{{#website}}
|
||||
<div class="yui-gf" id="mywebsite">
|
||||
<div class="yui-u first">
|
||||
<h2>Blog</h2>
|
||||
<h2>Website</h2>
|
||||
</div>
|
||||
<div class="yui-u" id="content-blog">
|
||||
<a href="{{blog}}" id="myblog" title="{{name}}'s blog">{{blog}}</a>
|
||||
<div class="yui-u" id="content-website">
|
||||
<a href="{{website}}" id="mywebsite" title="{{name}}'s website">{{website}}</a>
|
||||
</div>
|
||||
</div>
|
||||
{{/blog}}
|
||||
{{/website}}
|
||||
<div class="yui-gf" id="mylanguages">
|
||||
<div class="yui-u first">
|
||||
<h2>Languages</h2>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
with <a href="https://github.com/{{{username}}}?tab=repositories">{{repos}} public {{reposLabel}}</a>
|
||||
{{/repos}}
|
||||
{{#followers}} and <a href="https://github.com/{{{username}}}/followers">{{followers}} {{followersLabel}}</a>{{/followers}}.
|
||||
We created this GitHub group in {{since}}{{#earlyAdopter}}, therefore we're early adopters,{{/earlyAdopter}}{{#blog}} and you can find more information about us at <a href="{{blog}}" id="myblog" title="my blog">{{blog}}</a>{{/blog}}.
|
||||
We created this GitHub group in {{since}}{{#earlyAdopter}}, therefore we're early adopters,{{/earlyAdopter}}{{#website}} and you can find more information about us at <a href="{{website}}" id="mywebsite" title="my website">{{website}}</a>{{/website}}.
|
||||
</p>
|
||||
<p id="languages" class="enlarge"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user