aboutsummaryrefslogblamecommitdiff
path: root/docs/_layouts/blog.html
blob: 560b8a64cf9daad0e34509be1e75098b7be180ae (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                 
                                                        







                                                      
---
layout: default
---

<h1 class="title">{{ page.title }}</h1>
<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 }}