yuyu_web/material/partials/copyright.html

27 lines
697 B
HTML
Raw Permalink Normal View History

2023-02-14 01:12:40 +07:00
{#-
This file was automatically generated - do not edit
-#}
2023-04-11 14:49:51 +07:00
<div class="md-copyright">
<div class="md-copyright__highlight">
Support by:
</div>
2023-04-11 14:57:17 +07:00
<a href="https://btech.id" target="_blank" rel="noopener">
2023-04-11 14:49:51 +07:00
<img src="https://btech.id/static/images/logo_btech_white.png" style="width: 100px; margin-top: 5px;">
</a>
</div>
2023-02-14 01:12:40 +07:00
<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>
{% endif %}
</div>