diff --git a/package.json b/package.json index 1b4fba6..8187355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-microsub", - "version": "1.0.47", + "version": "1.0.48", "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.", "keywords": [ "indiekit", diff --git a/views/actor.njk b/views/actor.njk index 6b7c8c7..9623275 100644 --- a/views/actor.njk +++ b/views/actor.njk @@ -38,14 +38,14 @@
{{ __("microsub.reader.allRead") }}
{{ icon("show") }} {{ __("microsub.reader.showRead", { count: readCount }) }} diff --git a/views/item.njk b/views/item.njk index f27009d..7dc2e5d 100644 --- a/views/item.njk +++ b/views/item.njk @@ -130,7 +130,7 @@ diff --git a/views/partials/item-card.njk b/views/partials/item-card.njk index 0137388..4354152 100644 --- a/views/partials/item-card.njk +++ b/views/partials/item-card.njk @@ -158,7 +158,7 @@ {% endif %} {% if item.url %} - {{ icon("external") }} + {{ icon("syndicate") }} Original {% endif %} @@ -188,7 +188,7 @@ {% if item._channelUid %}data-channel-uid="{{ item._channelUid }}"{% endif %} {% if item._channelId %}data-channel-id="{{ item._channelId }}"{% endif %} title="Mark as read"> - {{ icon("checkboxChecked") }} + {{ icon("tick") }} Mark read {% endif %}