ADD creds, FIX person.js

This commit is contained in:
pubkey 2017-03-06 18:12:33 +01:00
parent b968259e46
commit abc2419632
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
<meta name="name" content="material blue" />
<meta name="author" content="pubkey" link="https://github.com/pubkey" />
<page class="a4" id="material-blue">
<div class="leftCol m_box">
<div class="heading" id="myselfpic">

View File

@ -80,6 +80,6 @@ module.exports = {
street: '1234 Broadway',
city: 'New York',
website: 'johndoe.com',
github: 'JohnDoe'
github: 'johnyD'
}
};