Website content for chibug.org
1---
2layout: default
3---
4
5<a href="/"><< View All Updates</a>
6
7<section class="update">
8 <header>
9 <a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a>
10 <span class="details">
11 {{ page.date | date: "%B %d, %Y" }}
12 by
13 {{ page.author }}
14 </span>
15 </header>
16
17 {{ page.content }}
18</section>