28 lines
841 B
Plaintext
28 lines
841 B
Plaintext
<a id='home-page-link' href="/"><%= locale.home_page %></a>
|
|
/
|
|
<% if (config.rss == true) { %>
|
|
<a id='global-rss-link' href="/rss"><%= locale.rss_feed %></a>
|
|
<% } %>
|
|
/
|
|
<% if (config.atom == true) { %>
|
|
<a id='global-atom-link' href="/atom"><%= locale.atom_feed %></a>
|
|
<% } %>
|
|
/
|
|
<a id='new-post-link' href="<%= config.new_post_url %>"><%= locale.new_post %></a>
|
|
/
|
|
<% if (config.allow_signup == true) { %>
|
|
<a id='signup-link' href="<%= config.signup_url %>"><%= locale.sign_up %></a>
|
|
<% } %>
|
|
/
|
|
<form id='search-form' method="GET" action="/search" style="display: inline">
|
|
<input type="text" placeholder="🔍" name="q"><input type="submit" value="Search">
|
|
</form>
|
|
<br/>
|
|
<div id='site-name'>
|
|
<h1><%- config.site_name %></h2>
|
|
</div>
|
|
<div id='site-description'>
|
|
<h2><%- config.site_description %></h2>
|
|
</div>
|
|
<%- config.seperator %>
|