Putting Jekyll site files under revision control
This commit is contained in:
12
jekyll/layout.html
Normal file
12
jekyll/layout.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="blog list">
|
||||
<h1>Filed Under <small>#{{ page.tag }}</small></h1>
|
||||
|
||||
{% for post in site.categories[page.tag] %}
|
||||
{% include post_preview.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user