mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 07:43:15 +00:00
27 lines
725 B
HTML
27 lines
725 B
HTML
|
---
|
||
|
layout: page
|
||
|
---
|
||
|
|
||
|
<div class="post">
|
||
|
<!-- Wrapper Start -->
|
||
|
<section id="intro" style="border: 1px dotted #ddd;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div>
|
||
|
<div class="block">
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
<div class="post-info-wrapper">
|
||
|
<p class="italic">By <span class="bold">{{ page.author }}</span> on <span class="bold">{{ page.date | date: "%B %-d, %Y" }}</span></p>
|
||
|
</div>
|
||
|
<hr />
|
||
|
<p>{{ content }}</p>
|
||
|
</div>
|
||
|
</div><!-- .col-md-7 close -->
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
<p class="center-text" style="padding: 30px;">
|
||
|
<a href="{{ site.baseurl }}/blog">Back to blog</a>
|
||
|
</p>
|