diff --git a/package-lock.json b/package-lock.json index f203ed27..2885dcd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.2.6", + "version": "19.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.2.6", + "version": "19.2.7", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 25a9c1d6..dc11f7d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.2.6", + "version": "19.2.7", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index ce5048a2..5c615196 100644 --- a/src/pages/main/books/book.html +++ b/src/pages/main/books/book.html @@ -52,5 +52,8 @@ schema: book {{ book.review | markdown }}
{% endif %} - {% if book.description %}{{ book.description | markdown }}{% endif %} + {% if book.description %} +

Overview

+ {{ book.description | markdown }} + {% endif %} \ No newline at end of file diff --git a/src/pages/main/watching/movie.html b/src/pages/main/watching/movie.html index ce60e88f..55a03ffe 100644 --- a/src/pages/main/watching/movie.html +++ b/src/pages/main/watching/movie.html @@ -42,5 +42,8 @@ schema: movie {{ movie.review | markdown }}
{% endif %} - {% if movie.description %}{{ movie.description | markdown }}{% endif %} + {% if movie.description %} +

Overview

+ {{ movie.description | markdown }} + {% endif %} \ No newline at end of file diff --git a/src/pages/main/watching/show.html b/src/pages/main/watching/show.html index 7cf50cc3..a0c2a38c 100644 --- a/src/pages/main/watching/show.html +++ b/src/pages/main/watching/show.html @@ -41,5 +41,8 @@ schema: show {{ show.review | markdown }}
{% endif %} - {% if show.description %}{{ show.description | markdown }}{% endif %} + {% if show.description %} +

Overview

+ {{ show.description | markdown }} + {% endif %} \ No newline at end of file