diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 16:42:36 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-24 15:03:11 -0300 |
commit | 3f82268bd6fd7afc2d032e55774a83a0c7507ad5 (patch) | |
tree | afe3452fe058802b5fb560ba968956fbdd320017 /src/content | |
parent | e771760d3947fcec2eaf866ae707a7d5105f8850 (diff) |
content: generatePageLayout: credit sources skipper
You know, these should probably be coded with templates or detectable metatags or something similar LOL
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/generatePageLayout.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generatePageLayout.js b/src/content/dependencies/generatePageLayout.js index 94827568..4e4df5ec 100644 --- a/src/content/dependencies/generatePageLayout.js +++ b/src/content/dependencies/generatePageLayout.js @@ -495,6 +495,7 @@ export default { {id: 'additional-files', string: 'additionalFiles'}, {id: 'commentary', string: 'commentary'}, {id: 'artist-commentary', string: 'artistCommentary'}, + {id: 'credit-sources', string: 'creditSources'}, ])), ]); |