yuyu_web/material/partials/copyright.html
2023-04-11 14:57:17 +07:00

26 lines
697 B
HTML

{#-
This file was automatically generated - do not edit
-#}
<div class="md-copyright">
<div class="md-copyright__highlight">
Support by:
</div>
<a href="https://btech.id" target="_blank" rel="noopener">
<img src="https://btech.id/static/images/logo_btech_white.png" style="width: 100px; margin-top: 5px;">
</a>
</div>
<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>