Update home page (WIP)

This commit is contained in:
2024-11-28 15:01:21 +01:00
parent d71420634b
commit 381c3bfe69
2 changed files with 40 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ export class SiteSheet {
<span class="is-clickable is-capitalized has-text-link"
data-action="click->biblio#open"
id="cit-${record.id}">
${record.citation.toLowerCase()},
${record.citation.toLowerCase().trim()},
</span> ${record.pages};
`;