--- layout: layouts/base.njk title: Interactions permalink: /interactions/ ---
{# Likes #}

Likes

{{ collections.likes.length }} item{% if collections.likes.length != 1 %}s{% endif %}

Content I've appreciated across the web.

{# Replies #}

Replies

{{ collections.replies.length }} item{% if collections.replies.length != 1 %}s{% endif %}

My responses to posts across the web.

{# Bookmarks #}

Bookmarks

{{ collections.bookmarks.length }} item{% if collections.bookmarks.length != 1 %}s{% endif %}

Links I've saved for later.

{# Reposts #}

Reposts

{{ collections.reposts.length }} item{% if collections.reposts.length != 1 %}s{% endif %}

Content I've shared from others.

{# Photos #}

Photos

{{ collections.photos.length }} item{% if collections.photos.length != 1 %}s{% endif %}

Photo posts and images.

About IndieWeb Interactions

These pages show different types of IndieWeb interactions I've made. Each type uses specific microformat properties to indicate the relationship to the original content.