mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
更新文档
This commit is contained in:
14
docs/theme/partials/copyright.html
vendored
Normal file
14
docs/theme/partials/copyright.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="md-copyright">
|
||||
<div class="md-copyright__highlight">
|
||||
{% if config.copyright %}
|
||||
{{ config.copyright }}
|
||||
{% endif %}
|
||||
</br>
|
||||
{% if i18n_page_locale == 'zh-Hant' %}
|
||||
本網站由 Netlify 部署並提供全球 CDN 邊緣網路加速
|
||||
{% else %}
|
||||
本网站由 Netlify 部署并提供全球 CDN 边缘网络加速
|
||||
{% endif %}
|
||||
<a href="https://www.netlify.com" title="Netlify" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user