mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 03:26:51 +01:00
Update about bio (#55)
* Update bio and remove CV link for privacy issues * Update bio and remove CV link for privacy issues * Format and fix linting issue * Change bio
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var express = require('express');
|
||||
const axios = require('axios');
|
||||
var express = require("express");
|
||||
const axios = require("axios");
|
||||
var router = express.Router();
|
||||
|
||||
/* GET home page. */
|
||||
@@ -30,7 +30,13 @@ router.get('/', function (req, res, _next) {
|
||||
})
|
||||
)
|
||||
.catch((error) => {
|
||||
console.log(error);
|
||||
var base = {
|
||||
title: 'About',
|
||||
description: 'Who??? What??? AAAAaaa, about me.',
|
||||
};
|
||||
var out = Object.assign(base);
|
||||
console.log('error', error);
|
||||
res.render('about', out);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user