aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/teamblog/index.md
blob: c0e912a5d19438fb35b0cc6a4cd3a173262d2442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: kamon | Team Blog | Documentation
layout: default
---

<div class="container">
  {% for post in site.posts %}
    <div class="row">
      <a href="{{ post.url }}"><h1>{{ post.title }}</h1></a>
      <small>{{ post.date | date_to_long_string }}</small>
      <hr>
      {{ post.content }}
      <hr>
    </div>
  {% endfor %}
</div>