aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/anubis/index.templ2
-rw-r--r--cmd/anubis/index_templ.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/anubis/index.templ b/cmd/anubis/index.templ
index 28b7a51..79ae005 100644
--- a/cmd/anubis/index.templ
+++ b/cmd/anubis/index.templ
@@ -151,7 +151,7 @@ templ base(title string, body templ.Component) {
<p>
Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> from <a
href="https://techaro.lol"
->Techaro</a>.
+>Techaro</a>. Made with ❤️ in 🇨🇦.
</p>
</center>
</footer>
diff --git a/cmd/anubis/index_templ.go b/cmd/anubis/index_templ.go
index de829f0..c3755c5 100644
--- a/cmd/anubis/index_templ.go
+++ b/cmd/anubis/index_templ.go
@@ -89,7 +89,7 @@ func base(title string, body templ.Component) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 6, "<footer><center><p>Protected by <a href=\"https://github.com/TecharoHQ/anubis\">Anubis</a> from <a href=\"https://techaro.lol\">Techaro</a>.</p></center></footer></main></body></html>")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 6, "<footer><center><p>Protected by <a href=\"https://github.com/TecharoHQ/anubis\">Anubis</a> from <a href=\"https://techaro.lol\">Techaro</a>. Made with ❤️ in 🇨🇦.</p></center></footer></main></body></html>")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}