Skip to content

Commit a99cf06

Browse files
NetdocsCopilot
andcommitted
feat(theme): link footer "Netdocs" text to project docs
The footer credit now links "Netdocs" to the published Netdocs documentation site so readers can find the generator behind the site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 217319b commit a99cf06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Netdocs.Theme.Material/templates/partials

src/Netdocs.Theme.Material/templates/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="md-footer-meta__inner md-grid">
3030
<div class="md-copyright">
3131
{{~ if config.copyright ~}}<div class="md-copyright__highlight">{{ config.copyright }}</div>{{~ end ~}}
32-
Built with Netdocs, a derivative of <a href="https://github.com/squidfunk/mkdocs-material" target="_blank" rel="noopener">MkDocs-Material</a>
32+
Built with <a href="https://xtremeownage.github.io/Netdocs" target="_blank" rel="noopener">Netdocs</a>, a derivative of <a href="https://github.com/squidfunk/mkdocs-material" target="_blank" rel="noopener">MkDocs-Material</a>
3333
{{~ if extra.footer_links ~}}
3434
<nav class="md-footer-links" aria-label="Footer links">
3535
{{~ for l in extra.footer_links ~}}

0 commit comments

Comments
 (0)