update source code links
This commit is contained in:
parent
2644cc7f5a
commit
4a3ee534ca
|
@ -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()
|
||||
|
|
|
@ -10,13 +10,11 @@
|
|||
{% endblock body %}
|
||||
<footer>
|
||||
<p>
|
||||
emojos.in by iliana
|
||||
emojos.in by iliana & kay
|
||||
·
|
||||
AGPLv3
|
||||
·
|
||||
<a href="/code">source code download</a>
|
||||
·
|
||||
<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 %}
|
||||
|
|
Loading…
Reference in New Issue