1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

attempting to add youtube..?

This commit is contained in:
Dylan H 2020-06-02 15:45:32 -04:00 committed by GitHub
parent 5e85454348
commit 086c0b19f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
ui.js
View file

@ -67,6 +67,7 @@ function uiCommand() {
const telegram = req.body.telegram ? req.body.telegram : null;
const twitter = req.body.twitter ? req.body.twitter : null;
const xda = req.body.xda ? req.body.xda : null;
const youtube = req.body.youtube ? req.body.youtube : null;
const background = req.body.background
? req.body.background
: "https://source.unsplash.com/1280x720/?wallpaper";