Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
10
themes/custom/layout/_partial/header.ejs
Normal file
10
themes/custom/layout/_partial/header.ejs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<header class="header">
|
||||
<div class="header-menu"><span class="fa fa-bars"></span></div>
|
||||
<div class="header-search"><span class="fa fa-search"></span></div>
|
||||
<div class="header-title"><a href="/"><%=config.title%> | <span class="header-subtitle"><%=config.subtitle%></span></a></div>
|
||||
<ul class="header-navbar clearFix">
|
||||
<% for(name in theme.Menu) { %>
|
||||
<li><a href="<%- url_for(theme.Menu[name].url) %>"><%=theme.Menu[name].text%></a></li>
|
||||
<% } %>
|
||||
</ul>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue