Compare commits
No commits in common. "0da9c4f88f710b74f7cff5d616a4610dc65f1854" and "91ee796023f1b462d2c8f252c303d12db4c1b361" have entirely different histories.
0da9c4f88f
...
91ee796023
|
@ -46,19 +46,6 @@ a:visited {
|
||||||
.side_menu h1 {
|
.side_menu h1 {
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.side_menu p.side_menu_powered_by {
|
|
||||||
margin-top: 0;
|
|
||||||
transform: translateY(-6px);
|
|
||||||
font-weight: 300;
|
|
||||||
text-shadow: 0 0 1px #00000080;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
}
|
|
||||||
.side_menu p.side_menu_powered_by a {
|
|
||||||
font-weight: 300;
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
}
|
||||||
.side_menu h1 a {
|
.side_menu h1 a {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
|
|
@ -156,6 +156,7 @@ async function rss(req, res) {
|
||||||
}]
|
}]
|
||||||
|
|
||||||
for (const record of data) {
|
for (const record of data) {
|
||||||
|
console.log(record);
|
||||||
if (record.email == null || record.email == undefined) {
|
if (record.email == null || record.email == undefined) {
|
||||||
record.email = 'no@email.com';
|
record.email = 'no@email.com';
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,10 +69,6 @@ html(style='overflow-y:auto' lang='en_US')
|
||||||
td(class='side_menu')
|
td(class='side_menu')
|
||||||
h1
|
h1
|
||||||
a(href='/') blek! Site
|
a(href='/') blek! Site
|
||||||
p(class='side_menu_powered_by')
|
|
||||||
| Powered by
|
|
||||||
|
|
|
||||||
a(href='https://git.blek.codes/blek/homepage.js') homepage.js
|
|
||||||
hr(class='flag_hr')
|
hr(class='flag_hr')
|
||||||
ul
|
ul
|
||||||
each route, name in routes
|
each route, name in routes
|
||||||
|
|
Loading…
Reference in New Issue