mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-20 10:30:06 -06:00
Changes all references of 'blog' to 'website' instead.
This commit is contained in:
@@ -226,7 +226,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');
|
||||
|
||||
Reference in New Issue
Block a user