∎
{{ page.title }}
{{ posts::meta(page=page, author=config.extra.show_author) }} {%- if page.toc | length >= 5 -%}
{{ toc::toc(headers=page.toc) }}
{{ page.content | safe }}
{%- if config.extra.for_hire -%}
{%- endif -%}
{%- if page.extra.thanks -%}
Special thanks to:
-
{%- for person in page.extra.thanks -%}
- {{ posts::thanks(who=person) }} {%- endfor -%}
You can provide feedback via mailing list ~hauleth/blog@lists.sr.ht (archive).
{%- set webmentions = load_data(url="https://webmention.io/api/mentions.jf2?target=" ~ page.permalink, format="json") -%}
{%- if webmentions.children | length > 0 -%}
{%- endif -%}
Webmentions:
-
{%- for mention in webmentions.children -%}
- {%- if mention.name -%} {{ mention.name }} {%- else -%} {{ mention.url }} {%- endif -%} {% if mention.author.name != "" %} by {{ mention.author.name | truncate(length=15) }} {%- endif -%} {%- endfor -%}