Files
kjweiji/footer.php
T
liaoxin 85ce278768 空笺未寄 v1.0 — 基于 DeepSeek UI 的 WordPress 主题
页面:首页、笺文、微言、拾影、文章详情、作者页
功能:三种展示方式、tucao 自定义类型、评论、分页、灯箱
CSS:DeepSeek 原 CSS + 系统字体 + 头像本地化
安装:激活主题后自动创建页面和导航,刷新固定链接即可
2026-05-03 20:35:41 +08:00

25 lines
832 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
</div><!-- .main-content -->
<footer class="footer">
<p class="motto">空笺待写千般意,未寄先存一寸心</p>
<p>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?> · 每一段文字,都在时光里等待回音</p>
</footer>
</div><!-- .platform -->
</div><!-- .site -->
<!-- Lightbox -->
<div class="lightbox" id="lightbox">
<span class="lightbox-close">&times;</span>
<span class="lightbox-nav lightbox-prev"></span>
<span class="lightbox-nav lightbox-next"></span>
<div class="lightbox-content">
<img id="lightbox-img" src="" alt="">
<div class="lightbox-caption" id="lightbox-caption"></div>
<div class="lightbox-counter" id="lightbox-counter"></div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>