-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Detect RSS on a page and make it visible #63
Comments
A note; looks like lynx uses the |
Thanks, I leave here a picture of lynx for reference: With the following link tags: <link rel="alternate" type="application/atom+xml" title="Musings Blog Atom Feed" href="https://benjaminhollon.com/musings/feed/">
<link rel="alternate" type="application/atom+xml" title="Aggregrated Atom Feeds" href="https://benjaminhollon.com/feed/?from=musings%2Ctty1%2Cpoetry%2Cblurbs">
<link rel="alternate" hreflang="en" href="http://localhost/"> This should be doable with a small plugin that rewrites the HTML, parsing the link tags and injects them in the body with the proper title and hyperlinks. We still need to work in the infrastructure to make rewriting HTML easier. |
Huh, that last alternate link is odd. Not sure why it's there. I'll check my site's code. Wasn't expecting to find an issue via this issue. XD Edit: looks like it's from my SSG's multilanguage plugin, but with the root domain messed up. (Also not sure why it's adding it with the current page language.) Might be worth excluding rel="alternate" links that have the |
Sometimes it happens :-)
Yeah, probably we should first only focus on |
From https://alpha.polymaths.social/@amin/statuses/01HH6G3MX196P4AWMT7CA7SB2R
We may be able to integrate such feature by adding a plugin that rewrites the head link tag into something visible in the body. The links have this look:
Would require to have #56 working.
The text was updated successfully, but these errors were encountered: