mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-01-28 09:25:48 +08:00
Deployed f1aff1c with MkDocs version: 1.6.1
This commit is contained in:
16
theme/partials/copyright.html
Normal file
16
theme/partials/copyright.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="md-copyright">
|
||||
<div class="md-copyright__highlight">
|
||||
{% if config.copyright %}
|
||||
{{ config.copyright }}
|
||||
{% endif %}
|
||||
</br>
|
||||
{% if i18n_page_locale == 'en' %}
|
||||
This website is deployed by Netlify and provides global CDN edge network acceleration.
|
||||
{% elif i18n_page_locale == 'zh-Hant' %}
|
||||
本網站由 Netlify 部署並提供全球 CDN 邊緣網路加速
|
||||
{% else %}
|
||||
本网站由 Netlify 部署并提供全球 CDN 边缘网络加速
|
||||
{% endif %}
|
||||
<a href="https://www.netlify.com" title="Netlify" target="_blank" rel="noopener noreferrer"><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