mirror of
https://git.beihong.wang/wangbeihong/blog-source.git
synced 2026-04-23 19:13:04 +08:00
initial
This commit is contained in:
14
usr/themes/default/footer.php
Executable file
14
usr/themes/default/footer.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
|
||||
</div><!-- end .row -->
|
||||
</div>
|
||||
</div><!-- end #body -->
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
© <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.
|
||||
<?php _e('由 <a href="https://typecho.org">Typecho</a> 强力驱动'); ?>.
|
||||
</footer><!-- end #footer -->
|
||||
|
||||
<?php $this->footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user