--- title: fnordig.de layout: default.liquid data: route: blog --- {%- assign idx = 0 -%} {%- for post in collections.posts.pages -%} {%- if idx < 5 -%}

{{ post.title }}

{% assign reading_wpm = 200 %} {% assign word_count = post.content | split: " " | size %} {% assign reading_time = word_count | divided_by: 200 %} {% if reading_time < 1%} {% assign reading_time = 1 %} {% endif %} {% assign phrase = " minute read" | prepend: reading_time %} {% if post.data and post.data.tags -%} {%- for tag in post.data.tags %} · {{ tag }} {%- endfor %} {%- endif -%}

{{ post.excerpt }}


{%- endif -%} {% assign idx = idx | plus: 1 %} {%- endfor -%}

Looking for more posts? Check out all posts!