aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/blog.html
blob: f476bf5fa132f03eb0a8d6256e876651936f7eff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---

<h2 class="subtitle">{{ page.subTitle }}</h2>

<div class="author-container {% if page.authorImg != null %} spaced {% endif %}">
    {% if page.authorImg != null %}
    <img src="{{ site.baseurl }}{{ page.authorImg }}"/>
    {% endif %}
    <div class="author-info">
        <div>{{ page.author }}</div>
        <div>{{ page.date | date: '%B %d, %Y' }}</div>
    </div>
</div>

{{ content }}