13 lines
240 B
HTML
Executable File
13 lines
240 B
HTML
Executable File
---
|
|
layout: default
|
|
---
|
|
<!-- head -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
|
|
<!-- head -->
|
|
|
|
<div id="blog-container" class="container">
|
|
<div class="post-list">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|