diff options
author | Alan Pearce | 2024-05-05 18:14:50 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-05 18:14:50 +0200 |
commit | 9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66 (patch) | |
tree | 7ed1b4b26d68487575d1a01ff9d3e514905768d3 | |
parent | 2430f46a9948b38b06880606a95dec357d01f619 (diff) | |
download | searchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.tar.lz searchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.tar.zst searchix-9a7b37e5190d0a712a2188c5d9ca4c5f6e93bf66.zip |
style: add a footer
-rw-r--r-- | frontend/templates/index.gotmpl | 1 |
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> |