Files
blogger-nodejs/views/partials/head.ejs
deadvey 35163b5584 Fixed an issue with an incomplete example-config.json that made the
server not work at all.
Also added a default.css file
2025-10-24 12:28:22 +01:00

10 lines
185 B
Plaintext

<meta charset="<%- config.charset %>">
<title><%= config.site_name %></title>
<style>
</style>
<link rel="stylesheet" href="/default.css">
<link rel="stylesheet" href="/custom.css">