ugghhhh new site_path config option
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<meta charset="<%- config.charset %>">
|
||||
<meta name='robots' content='noindex'>
|
||||
<title><%= config.site_name %></title>
|
||||
<title><%= config.site_path %></title>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="<%= config.site_url %>/default.css">
|
||||
<link rel="stylesheet" href="<%= config.site_url %>/custom.css">
|
||||
<link rel="stylesheet" href="<%= config.site_path %>/default.css">
|
||||
<link rel="stylesheet" href="<%= config.site_path %>/custom.css">
|
||||
|
||||
Reference in New Issue
Block a user