-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add streams button #605
Conversation
Once correctly implemented, this should fix #600 |
@@ -7,7 +7,7 @@ | |||
|
|||
{{-- Fediverse rel="me" links --}} | |||
@php | |||
$relMe = "mastodon, firefish"; | |||
$relMe = "mastodon, firefish, streams"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue is definitely related to this and possibly the next line. I'm just not sure what the problem is.
This adds the rel me thing to the HTML head
|
Is this it? |
I'm not sure how it manages to work in the current version then since there's no other reference to either mastodon or firefish in that file.
Yup, that's the one. |
Oh okay that makes perfect sense, I'll check if the current draft functions as intended in a bit and change the status of the PR if it does. |
I'm not sure where I messed up but it won't add
rel=me
to any links using this setup, including Mastodon and Firefish, so I need help solving that before we can merge.