diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-12-11 08:58:09 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-12-11 08:58:09 -0800 |
| commit | cfc844e034a6868309a0212025a3f80c7b467986 (patch) | |
| tree | 0474d4c230bcc372cf4ffba79e6b55e9b304d21d /overrides | |
| parent | 8c649c94d59dc3802ad8b8f7fcdc5ee2a8b38afe (diff) | |
try this
Diffstat (limited to 'overrides')
| -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..fabee5b --- /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 + </a> with + <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> + Material for MkDocs. + </a> + </div> |
