diff options
Diffstat (limited to 'frontend/templates/index.gotmpl')
-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> |