--- layout: base.html title: Mind Garden description: Thoughts on literature, self-growth, and the inner life. permalink: /blog/ ---
Mind Garden

Explore

Click a thought to explore connected writings.

{# Extract unique tags #} {% set tags = [] %} {% for tag, posts in collections %} {% if tag != "all" and tag != "posts" %} {% set tags = (tags.push(tag), tags) %} {% endif %} {% endfor %} {% for tag in tags %} {% endfor %}
{%- for post in collections.posts -%} {%- endfor -%}