mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 05:42:43 +08:00
15 lines
284 B
HTML
Executable File
15 lines
284 B
HTML
Executable File
---
|
|
layout: default
|
|
author_profile: false
|
|
---
|
|
|
|
<div id="main" role="main">
|
|
{% include sidebar.html %}
|
|
|
|
<div class="archive">
|
|
<h1 class="page__title">{{ page.title }}</h1>
|
|
{% for post in page.posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</div> |