Putting Jekyll site files under revision control

This commit is contained in:
2021-10-28 23:51:09 +03:00
commit ffa09834f7
347 changed files with 5650 additions and 0 deletions

12
jekyll/layout.html Normal file
View 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>