<!doctype html> <html class=“no-js” lang=“{{site.lang}}”> {% include head.html %} <body id=“post”> {% include header.html %} <div id=“main” role=“main”>
<article class="hentry"> <div class="entry-content"> <h1 class="post-title entry-title">{{ page.title }}</h1> <h4 class="page-info"> <span>Categories: {{page.categories}}</span> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time> <div class="qr-text" id="J_qr_text"> <div id="J_qr_code" class="qr-code" onmouseover="this.title='';"></div> </div> </h4> {{ content }} {% include buy-me-coffee.html %} </div> {% include gitalk.html %} {% include read-more.html %} </article>
</div> {% include footer.html %} </body> </html>