shortlinks / sorted socials / helpers / etc.
This commit is contained in:
parent
4520e66c66
commit
f6d011d763
6 changed files with 80 additions and 43 deletions
|
@ -9,9 +9,9 @@ portfolio.get('/', (req, res) => {
|
|||
host: req.hostname,
|
||||
portfolio: {
|
||||
code: [
|
||||
{ name: 'thaldrin', source: 'https://gitdab.com/r/thaldrin' },
|
||||
{ name: 'website', source: 'https://gitdab.com/y/website' },
|
||||
{ name: 'yiff', source: 'https://github.com/codepupper/yiff' }
|
||||
{ name: 'thaldrin', source: '/p/thaldrin' },
|
||||
{ name: 'website', source: '/p/website' },
|
||||
{ name: 'yiff', source: '/p/yiff' }
|
||||
]
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue