From db1f23ae99a4ae45a95d5da40e44158c5b74d4dd Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 21 Oct 2025 15:46:42 -0300 Subject: content: generate{Absolute,Relative}Datetimestamp: always tooltip --- src/content/dependencies/generateNewsEntryReadAnotherLinks.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/content/dependencies/generateNewsEntryReadAnotherLinks.js') diff --git a/src/content/dependencies/generateNewsEntryReadAnotherLinks.js b/src/content/dependencies/generateNewsEntryReadAnotherLinks.js index a985742b..1f6ee6d4 100644 --- a/src/content/dependencies/generateNewsEntryReadAnotherLinks.js +++ b/src/content/dependencies/generateNewsEntryReadAnotherLinks.js @@ -49,10 +49,7 @@ export default { if (relations.previousEntryDatetimestamp) { parts.push('withDate'); options.date = - relations.previousEntryDatetimestamp.slots({ - style: 'full', - tooltip: true, - }); + relations.previousEntryDatetimestamp.slot('style', 'full'); } entryLines.push(language.$(...parts, options)); @@ -67,10 +64,7 @@ export default { if (relations.nextEntryDatetimestamp) { parts.push('withDate'); options.date = - relations.nextEntryDatetimestamp.slots({ - style: 'full', - tooltip: true, - }); + relations.nextEntryDatetimestamp.slot('style', 'full'); } entryLines.push(language.$(...parts, options)); -- cgit 1.3.0-6-gf8a5