chore: clean up unnecessary comments

This commit is contained in:
DeepChirp
2025-07-15 13:41:26 +08:00
parent b89f165be3
commit dd8a18e8f4

View File

@@ -20,7 +20,6 @@ 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}`