A collection of my favourite books!
{{ grid(data) }}A collection of books I've read.
+Tagged with "{{ tag }}"
diff --git a/src/pages/games/index.html b/src/pages/games/index.html index 8ae7c7a..c0751d3 100644 --- a/src/pages/games/index.html +++ b/src/pages/games/index.html @@ -25,7 +25,7 @@ permalink: "games/index.html" {% endfor %}A collection of games I've played.
+Tagged with "{{ tag }}"
diff --git a/src/pages/watching/shows/tag.html b/src/pages/watching/shows/tag.html index e7150cc..854f660 100644 --- a/src/pages/watching/shows/tag.html +++ b/src/pages/watching/shows/tag.html @@ -7,7 +7,7 @@ permalink: "watching/shows/tag/{{ tag | slugify }}/index.html" --- {% from "macros/media-grid.njk" import grid %} -{% set data = collections.showsByTag[tag] %} +{% set data = collections.showsByTag[tag] | reverse %}Tagged with "{{ tag }}"