From 4a3ee534ca9fa331a998443497624b11a3513466 Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Tue, 23 Jul 2024 01:31:18 +0000 Subject: [PATCH] update source code links --- src/main.rs | 2 +- templates/base.html | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 76b266b..1e8e996 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() diff --git a/templates/base.html b/templates/base.html index 1b107d5..b1a670e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,13 +10,11 @@ {% endblock body %} {% block script %}