cmd/anubis: made with love in Canada
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
5ad44d77d0
commit
a9777a3126
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ templ base(title string, body templ.Component) {
|
||||||
<p>
|
<p>
|
||||||
Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> from <a
|
Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> from <a
|
||||||
href="https://techaro.lol"
|
href="https://techaro.lol"
|
||||||
>Techaro</a>.
|
>Techaro</a>. Made with ❤️ in 🇨🇦.
|
||||||
</p>
|
</p>
|
||||||
</center>
|
</center>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -89,7 +89,7 @@ func base(title string, body templ.Component) templ.Component {
|
||||||
if templ_7745c5c3_Err != nil {
|
if templ_7745c5c3_Err != nil {
|
||||||
return templ_7745c5c3_Err
|
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 {
|
if templ_7745c5c3_Err != nil {
|
||||||
return templ_7745c5c3_Err
|
return templ_7745c5c3_Err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue