diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-03 18:38:58 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-03 18:38:58 -0400 |
commit | 9d5f97b2dc5fa7990b7cfc7b8f4aa129981505a5 (patch) | |
tree | 77080a8ff8ace97fceea037d69b84d1231c86e85 /src/content | |
parent | d9d2bd7642b1ef398ad2ff5cfb027abaf437e4a3 (diff) |
content, data: minor fixes caught by full site build
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/generateRelativeDatetimestamp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateRelativeDatetimestamp.js b/src/content/dependencies/generateRelativeDatetimestamp.js index bbe33188..7b7a28de 100644 --- a/src/content/dependencies/generateRelativeDatetimestamp.js +++ b/src/content/dependencies/generateRelativeDatetimestamp.js @@ -28,7 +28,7 @@ export default { }, generate(data, relations, slots, {language}) { - if (data.comparison === 'equal') { + if (data.equal) { return relations.fallback.slots({ style: slots.style, tooltip: slots.tooltip, |