forked from pm2spy6xt/djangoBlogStudy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.6 KiB
43 lines
1.6 KiB
<footer id="colophon" role="contentinfo">
|
|
<div class="site-info" style="text-align: center">
|
|
Copyright© 2017
|
|
<a href="{{ SITE_BASE_URL }}" target="blank">{{ SITE_NAME }}</a>
|
|
|
|
|
|
|
<a href="{{ SITE_BASE_URL }}sitemap.xml" title="SiteMap" target="_blank">
|
|
SiteMap
|
|
</a>
|
|
|
|
|
<a href="{{ SITE_BASE_URL }}feed" title="RSS Feed" target="_blank">
|
|
RSS Feed
|
|
</a>
|
|
| Hosting On
|
|
<a href="https://www.linode.com/?r=b0d38794d05ef8816b357a929106e89b7c6452f9" target="blank" rel="nofollow">Linode</a>
|
|
|
|
|
<a href="https://tongji.baidu.com/sc-web/3478620/home/ico?siteId=11261596" target="_blank"
|
|
rel="nofollow">百度统计</a>
|
|
{% comment %}{% include 'share_layout/analyticscode.html' %}{% endcomment %}
|
|
|
|
</div>
|
|
<div class="site-info" style="text-align: center">
|
|
Powered by
|
|
<a href="https://www.djangoproject.com/" rel="nofollow" target="blank">Django</a>
|
|
|
|
|
<a href="https://github.com/liangliangyy/DjangoBlog" rel="nofollow" target="blank">LiangLiangyy</a>
|
|
|
|
|
<a href="https://www.lylinux.net" target="blank">Lylinux</a>
|
|
|
|
|
本页面加载耗时:<!!LOAD_TIMES!!>s
|
|
</div>
|
|
{% if BEIAN_CODE %}
|
|
<div class="site-info" style="text-align: center">
|
|
<a href="http://www.miitbeian.gov.cn/" rel="nofollow" target="_blank">{{ BEIAN_CODE }}</a>
|
|
</div>
|
|
{% endif %}
|
|
{% if ANALYTICS_CODE %}
|
|
{{ ANALYTICS_CODE| safe }}
|
|
{% endif %}
|
|
</footer><!-- #colophon -->
|
|
|
|
|