--- layout: page title: MINLOG description: I will soon become the " best developer " background: '/img/bg-index.jpg' ---
Posts
{% for post in site.posts %} {% if post.category == 'algorithm' %}
{{ post.title }}
{{ post.date | date: '%Y.%m.%d' }} {{ post.subtitle }}
{% endif %} {% endfor %}