diff --git a/package.json b/package.json index 06b55bfb..7801db5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.8.0", + "version": "20.8.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index fc41cb63..df9e2043 100644 --- a/src/pages/main/books/book.html +++ b/src/pages/main/books/book.html @@ -49,6 +49,7 @@ schema: book {% if book.review %} + {% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %} {{ book.review | markdown }}