Compare commits

..

2 Commits

Author SHA1 Message Date
b1ek 0da9c4f88f
add powered by text to logo 2023-03-24 11:55:33 +10:00
b1ek 6ff1bac165
remove leftover console log 2023-03-24 11:49:07 +10:00
3 changed files with 17 additions and 1 deletions

View File

@ -46,6 +46,19 @@ 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;

View File

@ -156,7 +156,6 @@ 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';
} }

View File

@ -69,6 +69,10 @@ 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