--- --- {% include blog-head.html %} Blog | Giovanni Lupo
{% include blog-topbar.html %}
{% include blog-rail.html %} {% assign latest = site.posts.first %}
{% assign words = latest.content | strip_html | number_of_words %}
latest · {{ latest.date | date: "%B %-d, %Y" }} · {{ words | divided_by: 220 | at_least: 1 }} min

{{ latest.title }}

{% for t in latest.tags %}{{ t }}{% endfor %}
{{ latest.content }}
{% if latest.previous %}{{ latest.previous.title }} →{% endif %}
{% include blog-js.html %}