fixed header path issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<a id='home-page-link' href="<%= config.site_path %>"><%= locale.home_page %></a>
|
<a id='home-page-link' href="<%= config.site_path %>/"><%= locale.home_page %></a>
|
||||||
/
|
/
|
||||||
<% if (config.rss == true) { %>
|
<% if (config.rss == true) { %>
|
||||||
<a id='rss-link' href="<%= config.site_path %>/rss">
|
<a id='rss-link' href="<%= config.site_path %>/rss">
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
</a>
|
</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
/
|
/
|
||||||
<a id='new-post-link' href="<%= config.site_path %><%= config.new_post_url %>"><%= locale.new_post %></a>
|
<a id='new-post-link' href="<%= config.site_path %>/<%= config.new_post_url %>"><%= locale.new_post %></a>
|
||||||
/
|
/
|
||||||
<% if (config.allow_signup == true) { %>
|
<% if (config.allow_signup == true) { %>
|
||||||
<a id='signup-link' href="<%= config.site_path %><%= config.signup_url %>"><%= locale.sign_up %></a>
|
<a id='signup-link' href="<%= config.site_path %>/<%= config.signup_url %>"><%= locale.sign_up %></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
/
|
/
|
||||||
<form id='search-form' method="GET" action="<%= config.site_path %>/search" style="display: inline">
|
<form id='search-form' method="GET" action="<%= config.site_path %>/search" style="display: inline">
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<br/>
|
<br/>
|
||||||
<div id='site-name'>
|
<div id='site-name'>
|
||||||
<h1><a id='home-page-link' href="<%= config.site_path %>"><%= config.site_name %></a></h1>
|
<h1><a id='home-page-link' href="<%= config.site_path %>/"><%= config.site_name %></a></h1>
|
||||||
</div>
|
</div>
|
||||||
<div id='site-description'>
|
<div id='site-description'>
|
||||||
<h2><%- config.site_description %></h2>
|
<h2><%- config.site_description %></h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user