update source code links

This commit is contained in:
Kay Faraday 2024-07-23 01:31:18 +00:00
parent 2644cc7f5a
commit 4a3ee534ca
2 changed files with 3 additions and 5 deletions

View File

@ -18,7 +18,7 @@ use std::str::FromStr;
fn rocket() -> _ {
let client = Client::builder()
.user_agent(format!(
"emojos.in/{} (+https://github.com/iliana/emojos.in)",
"emojos.in/{} (+https://lab.freak.university/FreakU/emojos)",
env!("CARGO_PKG_VERSION")
))
.build()

View File

@ -10,13 +10,11 @@
{% endblock body %}
<footer>
<p>
emojos.in by iliana
emojos.in by iliana &amp; kay
&middot;
AGPLv3
&middot;
<a href="/code">source code download</a>
&middot;
<a href="https://github.com/iliana/emojos.in">github</a>
<a href="https://lab.freak.university/FreakU/emojos">source code</a>
</p>
</footer>
{% block script %}