new
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<header class="navbar-fixed">
|
||||
<nav id="headNav" class="bg-color nav-transparent">
|
||||
<div id="navContainer" class="nav-wrapper container">
|
||||
<div class="brand-logo">
|
||||
<a href="<%- url_for() %>" class="waves-effect waves-light">
|
||||
<% if (theme.logo !== undefined && theme.logo.length > 0) { %>
|
||||
<img src="<%- theme.jsDelivr.url %><%- url_for(theme.logo) %>" class="logo-img" alt="LOGO">
|
||||
<% } %>
|
||||
<span class="logo-span"><%= config.title %></span>
|
||||
</a>
|
||||
</div>
|
||||
<%- partial('_partial/navigation') %>
|
||||
</div>
|
||||
|
||||
<% if (theme.githubLink && theme.githubLink.enable) { %>
|
||||
<%- partial('_partial/github-link') %>
|
||||
<% } %>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
Reference in New Issue
Block a user