Rel links generated by the library contain a frobidden closing tag as mentioned in the w3 documentation.
|
content_tag(:link, [], href: href, rel: rel(paginator, paginator.page_number + 1)) |
Would it be possible to use tag(:link instead of content_tag(:link?
Rel links generated by the library contain a frobidden closing tag as mentioned in the w3 documentation.
scrivener_html/lib/scrivener/html/seo.ex
Line 89 in ec9283a
Would it be possible to use
tag(:linkinstead ofcontent_tag(:link?