1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

Initial commit.

This commit is contained in:
hacksalot
2015-12-21 04:01:22 -05:00
commit 714da7b56b
20 changed files with 819 additions and 0 deletions

14
_layouts/page.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>