diff options
author | leo60228 <leo@60228.dev> | 2024-10-02 00:22:32 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-04 11:52:01 -0300 |
commit | a021d9825575fe423e8282046e7fc9360dccfa40 (patch) | |
tree | 76003f78452077d516a719b7a81e26d2d7c3baa3 /src/content | |
parent | d03cbb21aef567a1e7e0f0bdb7b1addd38759f72 (diff) |
restore artist commentary to flash pages
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/generateFlashInfoPage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js index 2119977f..27bff7e7 100644 --- a/src/content/dependencies/generateFlashInfoPage.js +++ b/src/content/dependencies/generateFlashInfoPage.js @@ -168,6 +168,8 @@ export default { id: 'credit-sources', title: language.$('misc.creditSources'), }), + + relations.artistCommentarySection, ], navLinkStyle: 'hierarchical', |