diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-21 15:47:07 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-21 15:47:07 +0100 |
commit | d0bb422f2200062b96a9443821985c92022b0313 (patch) | |
tree | e32e4ea3f23118f7ef7cb5831b78948c5e6ad7a7 | |
parent | 16492b31c83e509fe24a6d8d67e3f04f9810751d (diff) | |
download | metamuffin-website-d0bb422f2200062b96a9443821985c92022b0313.tar metamuffin-website-d0bb422f2200062b96a9443821985c92022b0313.tar.bz2 metamuffin-website-d0bb422f2200062b96a9443821985c92022b0313.tar.zst |
typo in external url
-rw-r--r-- | src/pages.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages.rs b/src/pages.rs index a181380..53491a3 100644 --- a/src/pages.rs +++ b/src/pages.rs @@ -112,7 +112,7 @@ pub fn r_stuff() -> DynScaffold<'static> { ul { li { a[href="https://potatoxel.org"] { "Potatoxel" } } li { a[href="https://pixificial.xyz"] { "Pixificial" } } - li { a[href="https://ruststriber.dev"] { "Rustystriker" } } + li { a[href="https://rustystriker.dev"] { "Rustystriker" } } } }, } |