forked from mirror/MrDoc
优化首页底部样式
This commit is contained in:
parent
1c4d3b206d
commit
6c887893d0
@ -1,13 +1,11 @@
|
||||
{% load i18n %}
|
||||
<div class="layui-footer" style="border-top: 1px #e6e6e6 solid;text-align:center;margin-top:38px;width:100%;">
|
||||
<div style="margin-top:5px;padding-bottom: 5px;">
|
||||
<div style="margin-top:10px;padding-bottom: 10px;">
|
||||
© <a href="https://mrdoc.pro">MrDoc 2019-2021</a> |
|
||||
<a href="https://zmister.com" target="_blank">州的先生</a>出品 |
|
||||
<a href="{% url 'sitemap' %}" target="_blank">{% trans "网站地图" %}</a>
|
||||
{% if beian_code != None and beian_code != '' %}
|
||||
| <a href="http://beian.miit.gov.cn/" target="_blank">{{beian_code}}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if beian_code != None %}
|
||||
<div style="margin-bottom: 5px;">
|
||||
<a href="http://beian.miit.gov.cn/" target="_blank">{{beian_code}}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user