layout: default


</br> {{content}} </br> <section>

{% for item in site.posts %}
<article class="ls">
   -rwxrwxr-x. 1 {{site.author}} {{item.author}} {{item.content | number_of_words }} {{item.date}} <a href="{{item.url}}">{{item.title}}</a>
</article>
{% endfor %}

</section>