mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-23 03:59:23 +00:00
17 lines
507 B
HTML
17 lines
507 B
HTML
<div class="md-copyright">
|
|
{% if config.copyright %}
|
|
<div class="md-copyright__highlight">
|
|
{{ config.copyright }}
|
|
</div>
|
|
{% endif %}
|
|
{% if not config.extra.generator == false %}
|
|
Made with
|
|
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
Material for MkDocs
|
|
</a>
|
|
and localized using the
|
|
<a href="https://ultrabug.github.io/mkdocs-static-i18n/" target="_blank" rel="noopener">
|
|
MkDocs Static i18n Plugin
|
|
</a>
|
|
{% endif %}
|
|
</div>
|