This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 6824e03 add create issue link in footer (#153)
6824e03 is described below
commit 6824e030909980aff007384bdc28a2639b7e2836
Author: Jiacai Liu <[email protected]>
AuthorDate: Fri Nov 1 17:06:00 2024 +0800
add create issue link in footer (#153)
---
layouts/partials/footer.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 992d6ff..14aa317 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 in website? <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.
+ </span>
+ </div>
+ </div>
+ <hr/>
</div>
</footer>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]