一些对主题的修正
Archive fallback 修正:不再默认假设 /archive/ 一定存在,避免没创建归档页时直接 404。友情链接 URL 校验:只允许 http:// 和 https://,避免异常协议。
修正主题的Running Time 逻辑及若干问题
当前 footer.php 是这样计算的:const start = new Date('<?php echo date('Y'); ?>-01-01');const now = new Date();const d = documen…