aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates/macros.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:18:00 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:18:00 +0100
commit7b7af30b84ec430a6fccfe4d81df0119c773665c (patch)
treebe0a95f185e6c2b2168bf286a0aa3e25fbacb171 /src/match_up/templates/macros.j2
parent9c8e387d441359bd079d29e92863ce164a8f801d (diff)
Changed the code base with an ADR
Diffstat (limited to 'src/match_up/templates/macros.j2')
-rw-r--r--src/match_up/templates/macros.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_up/templates/macros.j2 b/src/match_up/templates/macros.j2
index 6624c30..3e6c4d6 100644
--- a/src/match_up/templates/macros.j2
+++ b/src/match_up/templates/macros.j2
@@ -49,7 +49,7 @@
{%- endmacro %}
{% macro footer() -%}
-<div class="content has-text-centered">Made by <a href="https://karanjayachandra.com/">Karan</a> using <a href="https://flask.palletsprojects.com">Flask</a>, <a href="https://htmx.org/">HTMX</a> and <a href="https://bulma.io">Bulma</a></div>
+<div class="content has-text-centered">Made by <a href="https://karanjayachandra.com/">Karan</a> using <a href="https://flask.palletsprojects.com">Flask</a>, <a href="https://htmx.org/">HTMX</a>, <a href="https://carlosroso.com/notyf/">Notyf</a> and <a href="https://bulma.io">Bulma</a></div>
{%- endmacro %}
{% macro navbar(url_for) -%}