22 lines
408 B
HTML
22 lines
408 B
HTML
---
|
|
layout: default
|
|
comments: true
|
|
---
|
|
|
|
<div class="post-header">
|
|
<h1 class="post-title-main">{{ page.title }}</h1>
|
|
{% include pagemetadata.html %}
|
|
<div class="post-content">
|
|
|
|
{% if page.summary %}
|
|
<div class="summary">{{page.summary}}</div>
|
|
{% endif %}
|
|
|
|
{{content}}
|
|
|
|
{% include disqus.html %}
|
|
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
{% include footer.html %} |