aboutsummaryrefslogblamecommitdiff
path: root/site/src/main/jekyll/teamblog/index.md
blob: c0e912a5d19438fb35b0cc6a4cd3a173262d2442 (plain) (tree)
1
2
3
4
5
   
                                        

               
 










                                                            
---
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>