Update credits url to point to site
This commit is contained in:
parent
c3a9a144fe
commit
75cc11741e
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1165,7 +1165,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kyanite"
|
name = "kyanite"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama",
|
"askama",
|
||||||
"askama_axum",
|
"askama_axum",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kyanite"
|
name = "kyanite"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
repository = "https://git.gaycatgirl.sex/evie/kyanite"
|
repository = "https://git.gaycatgirl.sex/evie/kyanite"
|
||||||
|
|
|
@ -28,6 +28,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in a new issue