summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/index.ejs
blob: d7ff0ac6cdc973b498a7f190e042008483665f05 (plain)
1
2
3
4
5
<div class="page-header logo">
  <h1><% if (config.subtitle){ %><%= config.subtitle%><% } else { %><%= config.title%><% }%><span class="blink-fast">|</span></h1>
</div>

<%- partial('_partial/index', {index: true}) %>