summaryrefslogtreecommitdiffstats
path: root/index.html
blob: c57cf9aeb42aad5029384305ac424eb06648dd89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: page
title: Drew DeVault's Blog
---

<div class="media">
{% for post in site.posts limit:10 %}
{% include post-stub.html post=post %}
{% endfor %}
</div>

{% if site.posts.size > 10 %}
<div class="pull-right">
    <a href="/archive/page2/" class="btn btn-primary">
        Page 2
        <span class="icon">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
        </span>
    </a>
</div>
<div class="clearfix"></div>
{% endif %}