23 lines
443 B
HTML
23 lines
443 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="post-header">
|
|
<h1 class="post-title-main">{% if page.homepage == true %} {{site.homepage_title}} {% else %}{{ page.title }}{% endif %}</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 %} |