diff --git a/blog.html b/blog.html index 3b88c99..d9531a9 100644 --- a/blog.html +++ b/blog.html @@ -3,6 +3,19 @@ title: Blog --- + +
{% for blost in site.posts %} {% capture title %}{{ blost.title | slice: 0, 20 }}{% endcapture %} @@ -18,3 +31,7 @@ {% endunless %} {% endfor %}
+ +