-
Notifications
You must be signed in to change notification settings - Fork 200
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
Move link tags from body to the head section in index.html #550
Comments
Amazing @on2onyekachi!!! Do you think you could reformat this into an FTO? Thank you!!! |
Also if you want to work on this, you don’t need to reformat it as an FTO. |
Thanks, @TildaDares . I will like to get busy with this. |
on2onyekachi
pushed a commit
to on2onyekachi/community-toolbox
that referenced
this issue
Apr 1, 2022
5 tasks
5 tasks
TildaDares
pushed a commit
that referenced
this issue
Apr 4, 2022
Co-authored-by: Onyekachi Okwuolisa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the problem (or idea)
<link>
tags are placed in the<body>
element. which still works fine and is permitted in the<body>
.However, I expected to see the
<link>
tag placed in the<head>
element.Please show us where to look
index.html
What's your PublicLab.org username?
Thekachi
Thank you!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: