Update footer.php
This commit is contained in:
parent
55724160cb
commit
d6aaa9ac51
10
footer.php
10
footer.php
|
@ -1,16 +1,16 @@
|
||||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||||
|
|
||||||
<footer class="site--footer">
|
<footer class="site--footer">
|
||||||
<div class="site--footer__content">
|
<div class="site--footer__content">
|
||||||
<div class=site--footer__sns>
|
<div class=site--footer__sns>
|
||||||
<?php $this->need('sns.php'); ?>
|
<?php $this->need('sns.php'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="https://www.typecho.org">Typecho驱动</a>
|
||||||
<?php if($this->options->sitemapurl): ?>
|
<?php if($this->options->sitemapurl): ?>
|
||||||
<a href="<?php $this->options->sitemapurl() ?>" target="_blank">💗</a>
|
<a href="<?php $this->options->sitemapurl() ?>" target="_blank">💗</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<a href="https://www.typecho.org">Powered by Typecho</a> <a href="https://www.imsun.org">Made with Sun</a>💗 加载耗时
|
<a href="https://www.imsun.org">Made with Sun</a>
|
||||||
<?php echo timer_stop();?> 💗
|
加载耗时
|
||||||
|
<?php echo timer_stop();?>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<a href="<?php $this->options->siteUrl(); ?>">
|
<a href="<?php $this->options->siteUrl(); ?>">
|
||||||
<?php $this->options->title(); ?>
|
<?php $this->options->title(); ?>
|
||||||
|
|
Loading…
Reference in New Issue