-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Hugo does not render .page TLD domain names into proper hyperlinks in HTML #8143
Comments
Fixed upstream in goldmark v1.3.2. |
Hi @bep @moorereason This issue has been fixed upstream and has been closed here in this tracker but I do not see a new |
Yep. That's how things work here. The fix will be included in the next Hugo release. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
hugo
does not render hyperlinks forhttps://g.page/<some-string-here>
.Example that does not render into a hyperlink by hugo 0.80.0:
https://g.page/TrailsEndTaphouse
g.page
is a newer URL shortner for Google Business seen in Google Maps occasionally now.It is similar to the existing goo.gl shortner.
However, goo.gl hyperlinks are rendered properly into html by
hugo
.Reference:
https://support.google.com/business/answer/9273900
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
The text was updated successfully, but these errors were encountered: