From fe8f774aeb51eb9167421a1c5f6356163e04af04 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 23 Apr 2024 14:44:51 -0300 Subject: content: generateChronologyLinks: "Only track by..." --- src/content/util/getChronologyRelations.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/content/util/getChronologyRelations.js') diff --git a/src/content/util/getChronologyRelations.js b/src/content/util/getChronologyRelations.js index c4a62dad..7a67c6f9 100644 --- a/src/content/util/getChronologyRelations.js +++ b/src/content/util/getChronologyRelations.js @@ -37,13 +37,8 @@ export default function getChronologyRelations(thing, { return; } - // Don't show a line if this contribution is the *only* item in the - // artist's chronology (since there's nothing to navigate there). const previous = things[index - 1]; const next = things[index + 1]; - if (!previous && !next) { - return; - } return { index: index + 1, -- cgit 1.3.0-6-gf8a5