123456789101112131415161718192021 |
- ---
- layout: default
- ---
- <section class="post">
- <header>
- <h1>
- {{ page.title }}
- </h1>
- <p class="post-meta">
- {% if site.author.name %}
- by {{ site.author.name }}
- {% endif %}
- </p>
- </header>
- <article>
- {{ content }}
- </article>
- </section>
|