You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Add link-rel tags for all things that can be automated and add a toml-table for all other linkrelations:
link rel="license" href="copyright.html"
<link rel="archives" href="https://example.com/archives/">
<link rel="index" href="https://example.com/article/">
- automatic<link rel="EditURI" href="https://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">
<link rel="pingback" href="https://example.com/xmlrpc.php">
<link rel="webmention" href="https://example.com/webmention">
<link rel="micropub" href="https://example.com/micropub">
see
The text was updated successfully, but these errors were encountered: