diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:15:08 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:15:08 +0200 |
commit | d327a8f7e51ac3e6be95f7a7b9204343c9553899 (patch) | |
tree | 77c9412d28b7d5a05b5bef6ec80423a19e23a3a8 /templates | |
parent | 84522ccb19d952799abe6c057335b820fd1a101c (diff) |
index: add contact details
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 4f63b15..8540d29 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,4 +9,8 @@ <ul> <li><a href="https://git.boutalas.com">Repositories</a></li> </ul> +<footer> + <hr /> + <p class="center"><small>Feedback, thoughts or patches? <a href="mailto:nikolas@boutalas.com">Send me an email</a></small></p> +</footer> {% endblock body %} |