Added tag properly so Mastodon will hopefully identify me as me.
This commit is contained in:
parent
f603b6d7d3
commit
7ff533af57
@ -3,7 +3,9 @@ use dioxus::prelude::*;
|
||||
|
||||
pub fn PageBase<'a>(cx: Scope<'a, PageChildren<'a>>) -> Element {
|
||||
cx.render(rsx! {
|
||||
a { rel: "me", href: "https://yiff.life/@werefox", hidden: true, "Mastodon" }
|
||||
span { hidden: true
|
||||
a { rel: "me", href: "https://yiff.life/@werefox", "Mastodon" }
|
||||
}
|
||||
div { class: "min-h-screen",
|
||||
div { class: "container space-y-4 mx-auto p-4", &cx.props.children }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user