Files
blogger-nodejs/views/partials/head.ejs
T

11 lines
270 B
Plaintext

<meta charset="<%- config.charset %>">
<meta name='robots' content='noindex'>
<title><%= config.site_path %></title>
<style>
</style>
<link rel="stylesheet" href="<%= config.site_path %>/default.css">
<link rel="stylesheet" href="<%= config.site_path %>/custom.css">