{{ content.title | capitalize }}
{% if content.description %} {{ content.description | replace(from='"', to="") | truncate(length=250, end=" ...") }} {% else %} {{ content.html | striptags | trim_start_matches(pat=content.title) | truncate(length=250, end=" ...") }} {%- endif %} read more →
{% if content.date -%} {%- endif %}{{author.bio}}
-
{% for link in author.links %}
- {{link.0}} {% endfor %}
-
{% for name, _ in group(kind="tag") %}
- #{{name | slugify}} {% endfor %}
-
{% for name, _ in group(kind="author") %}
- @{{name}} {% endfor %}
-
{% for year, _ in group(kind="archive") %}
- {{year}} {% endfor %}
-
{% for stream, _ in group(kind="stream") %}
- {{stream}} {% endfor %}
-
{% for page in site_data.pages %}
- {{page.title}} {% endfor %}