Skip to content
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

head: add link-rel tags automatically where possible + extendable #31

Closed
7 tasks
davidsneighbour opened this issue Sep 7, 2022 · 1 comment
Closed
7 tasks
Assignees

Comments

@davidsneighbour
Copy link
Owner

davidsneighbour commented Sep 7, 2022

Add link-rel tags for all things that can be automated and add a toml-table for all other linkrelations:

  • license link rel="license" href="copyright.html"
  • links the archive <link rel="archives" href="https://example.com/archives/">
  • links to top level resource in an hierarchical structure <link rel="index" href="https://example.com/article/"> - automatic
  • EditURI <link rel="EditURI" href="https://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">
  • pingback <link rel="pingback" href="https://example.com/xmlrpc.php">
  • webmention <link rel="webmention" href="https://example.com/webmention">
  • micropub <link rel="micropub" href="https://example.com/micropub">

see

@davidsneighbour davidsneighbour self-assigned this Sep 7, 2022
@davidsneighbour davidsneighbour changed the title feat: add link-rel tags automatically where possible + extendable hugo-head: add link-rel tags automatically where possible + extendable Mar 30, 2023
@davidsneighbour davidsneighbour transferred this issue from davidsneighbour/hugo-head Mar 30, 2023
@davidsneighbour davidsneighbour changed the title hugo-head: add link-rel tags automatically where possible + extendable head: add link-rel tags automatically where possible + extendable Mar 3, 2024
@davidsneighbour davidsneighbour added state:unconfirmed This issue needs to be reproduced. module:head labels Aug 4, 2024
@davidsneighbour
Copy link
Owner Author

can be done via hooks

@github-actions github-actions bot removed the state:unconfirmed This issue needs to be reproduced. label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant