8 lines
239 B
Plaintext
Raw Normal View History

2020-01-08 12:02:34 +08:00
<div class="hd">
<ol class="breadcrumb">
<% for (name in theme.menu) { %>
<li><a class="ba" href="<%- url_for(theme.menu[name]) %>"><%= name %></a></li>
<% } %>
</ol>
<hr class="breadcrumbhr">
</div>