mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
25 lines
No EOL
799 B
HTML
25 lines
No EOL
799 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% import "partials/language.html" as lang with context %}
|
|
<footer class="md-footer">
|
|
<div class="md-footer-meta md-typeset">
|
|
<div class="md-footer-meta__inner md-grid">
|
|
<div class="md-footer-copyright">
|
|
{% if config.copyright %}
|
|
<div class="md-footer-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 Insiders
|
|
</a>
|
|
{% endif %}
|
|
{{ extracopyright }}
|
|
</div>
|
|
{% include "partials/social.html" %}
|
|
</div>
|
|
</div>
|
|
</footer> |