style: add a footer
Alan Pearce alan@alanpearce.eu
Sun, 05 May 2024 18:14:50 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
M frontend/templates/index.gotmpl → frontend/templates/index.gotmpl
@@ -23,6 +23,7 @@ <button>Search</button> </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>