mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-28 09:11:37 +00:00
Update to Initial Skeleton for Jekyll
Update a bunch of files to get ready for Jekyll.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h1>Some Text</h1>
|
||||
<ul>
|
||||
{% for post in paginator.posts %}
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user