Update credits url to point to site

This commit is contained in:
Evie Viau-Chow-Stuart 2023-02-05 20:14:06 -08:00
parent c3a9a144fe
commit 75cc11741e
Signed by: evie
GPG key ID: 928652CDFCEC8099
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1165,7 +1165,7 @@ dependencies = [
[[package]]
name = "kyanite"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"askama",
"askama_axum",

View file

@ -1,6 +1,6 @@
[package]
name = "kyanite"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://git.gaycatgirl.sex/evie/kyanite"

View file

@ -28,6 +28,6 @@
</div>
<hr />
<p class="footer">Proudly powered by <a href="https://git.gaycatgirl.sex/evie/kyanite">Kyanite</a>, Made with 🏳️‍⚧️💜 and Rust. <i>© {{ year }} {{ settings.site_owner }}</i></p>
<p class="footer">Proudly powered by <a href="https://kyanite.eviee.gay/">Kyanite</a>, Made with 🏳️‍⚧️💜 and Rust. <i>© {{ year }} {{ settings.site_owner }}</i></p>
</body>
</html>