<div class="header">
  <div id="lx-aside" style="background-image: url(<%- url_for(theme.postcover)%>)" data-stellar-background-ratio="0.5">
    <div class="overlay">
      <%if (theme.local_search.enable) {%><%- partial('\search-button')%><%}%>
      <div class="page-title">
        <div class="avatar"><a href="<%- config.root%>"><img src="<%- url_for(theme.avatar)%>" alt="<%- config.author%>"></a></div>
        <span><%-page.date.format("YYYY-MM-DD")%></span>
        <h2><%- truncate(page.title , {length: 15}) %></h2>
        <% if (page.tags && page.tags.length){ %><div class="tags"><i class="fa fa-tag"></i><%- list_tags(page.tags, { show_count: false, style: 'none', separator: ' <i class="fa fa-tag"></i>' }) %></div><%}%>
        <%if (theme.social.enable) { %><%- partial('sociallinks')%><%}%>
      </div>
    </div>
  </div>
</div>