diff --git a/articles.njk b/articles.njk index 50b7d64..56e9ba9 100644 --- a/articles.njk +++ b/articles.njk @@ -10,7 +10,13 @@ pagination: permalink: "articles/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Long-form posts and essays. ({{ collections.articles.length }} total) diff --git a/bookmarks.njk b/bookmarks.njk index 3ed42a1..109da37 100644 --- a/bookmarks.njk +++ b/bookmarks.njk @@ -10,7 +10,13 @@ pagination: permalink: "bookmarks/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Links I've saved for later. ({{ collections.bookmarks.length }} total) diff --git a/likes.njk b/likes.njk index 7e25572..08a561c 100644 --- a/likes.njk +++ b/likes.njk @@ -10,7 +10,13 @@ pagination: permalink: "likes/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Content I've liked across the web. ({{ collections.likes.length }} total) diff --git a/notes.njk b/notes.njk index 0723f0d..3c0d4be 100644 --- a/notes.njk +++ b/notes.njk @@ -10,7 +10,13 @@ pagination: permalink: "notes/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Short thoughts, updates, and quick posts. ({{ collections.notes.length }} total) diff --git a/photos.njk b/photos.njk index 9c9f53b..8d58f66 100644 --- a/photos.njk +++ b/photos.njk @@ -10,7 +10,13 @@ pagination: permalink: "photos/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Photo posts and images. ({{ collections.photos.length }} total) diff --git a/replies.njk b/replies.njk index 696e1bb..f127cc2 100644 --- a/replies.njk +++ b/replies.njk @@ -10,7 +10,13 @@ pagination: permalink: "replies/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
My responses to posts across the web. ({{ collections.replies.length }} total) diff --git a/reposts.njk b/reposts.njk index 7162d86..7c3a1ab 100644 --- a/reposts.njk +++ b/reposts.njk @@ -10,7 +10,13 @@ pagination: permalink: "reposts/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Content I've shared from others. ({{ collections.reposts.length }} total)