mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-28 17:11:38 +00:00
Update to Initial Skeleton for Jekyll
Update a bunch of files to get ready for Jekyll.
This commit is contained in:
8
_layouts/default.html
Normal file
8
_layouts/default.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% include header.html %}
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
Reference in New Issue
Block a user