--- layout: default ---
{% assign pinnedcontent = content | strip %} {% if pinnedcontent != "" %}
 
{{ page.author.name }}
{% if page.truncate %} {% assign truncate = page.truncate %} {{ content | truncatewords: truncate }} {% assign truncate = nil %} {% else %} {{ content }} {% endif %} {% for tag in post.tags %} #{{ tag }} {% endfor %}
{% endif %} {% assign pinnedcontent = nil %} {% for post in site.posts reversed %} {% if post.author.handle == page.author.handle %}
{{ page.author.name }}
{% if post.truncate %} {% assign truncate = page.truncate %} {{ post.content | truncatewords: truncate }} {% assign truncate = nil %} {% else %} {{ post.content }} {% endif %} {% for tag in post.tags %} #{{ tag }} {% endfor %} {% if post.media %} {% endif %}
{% endif %} {% endfor %}
Mastodon in Rio

This website uses jekyll-theme-mastodon, a Jekyll theme created by EthanMcBloxxer using the Mastodon source code and the official public instance's HTML.

  • Jekyll v{{ jekyll.version }}

{% if site.amplitude %} {% assign key = site.amplitude %} {% include analytics.html key=key %} {% assign key = nil %} {% endif %}