Website content for chibug.org
at master 18 lines 313 B view raw
1--- 2layout: default 3--- 4 5<a href="/">&lt;&lt; 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>