diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-01-10 15:19:19 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-01-10 15:19:19 -0800 |
| commit | 8d18af9982a9592fa3bdecb5fa1804d968ca867d (patch) | |
| tree | 4bf706709550983912853f3fb542b05c3e2050ed /overrides/partials | |
| parent | 08438a73e52ff3515e91b53111f699958b370c5f (diff) | |
move docs and wsgi from digithink
Diffstat (limited to 'overrides/partials')
| -rw-r--r-- | overrides/partials/copyright.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html new file mode 100644 index 0000000..3694ae2 --- /dev/null +++ b/overrides/partials/copyright.html @@ -0,0 +1,17 @@ +{#- + Credit the bartender. +-#} + <div class="md-copyright"> + {% if config.copyright %} + <!-- div class="md-copyright__highlight" --> + {{ config.copyright }} + <!-- /div --> + {% endif %} + Made by + <a href=https://bartender.digithink.com/> + bartender.digithink.com + </a> with + <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> + Material for MkDocs. + </a> + </div>
\ No newline at end of file |
