This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch feat-report in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
commit 25433e4c4f9f8f4739c84f1aa732b4fb10b00ffc Author: jiacai2050 <[email protected]> AuthorDate: Thu Oct 31 22:27:27 2024 +0800 add create issue link in footer --- layouts/partials/footer.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 992d6ff..9345ef4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,5 +7,14 @@ {{ partial "footer/center.html" . }} </div> </div> + <hr/> + <div class="row mx-md-2"> + <div class="td-footer__center"> + <span class="td-footer__copyright"> + Found a bug? Want to suggest a feature? <a href="https://github.com/apache/horaedb-docs/issues/new">Open an issue</a> or <a href="https://github.com/apache/horaedb-docs/pulls">submit a pull request</a> on GitHub. <br> + </span> + </div> + </div> + <hr/> </div> </footer> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
