1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-19 22:52:59 +08:00
2020-05-18 20:25:50 +08:00

14 lines
493 B
Plaintext

<div class="bottom-nav">
{% for nav in site_navs.bottom %}
<a href="{{ nav.url }}" target="{{ nav.target }}">{{ nav.name }}</a>
{% endfor %}
</div>
<div class="copyright">
{{ site_settings.copyright }}
{% if site_settings.icp_sn %}
<a href="{{ site_settings.icp_link }}">{{ site_settings.icp_sn }}</a>
{% endif %}
{% if site_settings.police_sn %}
<a href="{{ site_settings.police_link }}">{{ site_settings.police_sn }}</a>
{% endif %}
</div>