diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 71490d2..7634c75 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -20,11 +20,12 @@ if nav if owner.enable - const currentYear = new Date().getFullYear() - const sinceYear = owner.since + - // Put a non breaking space after the copyright symbol to make good sense semantically, see https://practicaltypography.com/trademark-and-copyright-symbols.html span.copyright if sinceYear && sinceYear != currentYear - != `©${sinceYear} - ${currentYear} By ${config.author}` + != `© ${sinceYear} - ${currentYear} By ${config.author}` else - != `©${currentYear} By ${config.author}` + != `© ${currentYear} By ${config.author}` if copyright.enable - const v = copyright.version ? getVersion() : false span.framework-info