mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
<div class="page-title">
|
|
<ul>
|
|
<li><a href="/">最新</a></li>
|
|
<% for (var i in theme.menu){ %>
|
|
<li class="<%= (page.categories.first().name == i) ? 'active' : '' %>">
|
|
<a href="/categories/<%= theme.menu[i] %>" data-name="<%= i %>"><%= i %></a>
|
|
</li>
|
|
<% } %>
|
|
<%- partial('_widget/search-bar') %>
|
|
</ul>
|
|
</div>
|
|
<%- partial('_widget/common-article', {post: post}) %> |