15 lines
202 B
HTML
15 lines
202 B
HTML
---
|
|
layout: default
|
|
---
|
|
{% include post/title.html %}
|
|
|
|
<div class="content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include post/about.html %}
|
|
|
|
{% include externals/disqus.html %}
|
|
|
|
{% include page/footer.html %}
|