aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/teamblog/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/teamblog/index.md')
-rw-r--r--site/src/main/jekyll/teamblog/index.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/site/src/main/jekyll/teamblog/index.md b/site/src/main/jekyll/teamblog/index.md
deleted file mode 100644
index c0e912a5..00000000
--- a/site/src/main/jekyll/teamblog/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-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>