about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-05 18:14:50 +0200
committerAlan Pearce2024-05-05 18:14:50 +0200
commit9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66 (patch)
tree7ed1b4b26d68487575d1a01ff9d3e514905768d3
parent2430f46a9948b38b06880606a95dec357d01f619 (diff)
downloadsearchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.tar.lz
searchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.tar.zst
searchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.zip
style: add a footer
-rw-r--r--frontend/templates/index.gotmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/templates/index.gotmpl b/frontend/templates/index.gotmpl
index 511f663..d5046e1 100644
--- a/frontend/templates/index.gotmpl
+++ b/frontend/templates/index.gotmpl
@@ -23,6 +23,7 @@
       </form>
       <div id="results">{{ block "results" . }}{{ end }}</div>
     </main>
+    <footer>Made by <a href="https://alanpearce.eu">Alan Pearce</a></footer>
     <script src="/static/search.js" defer></script>
     {{ .LiveReload }}
   </body>