"Alias" doesn't work #127
Replies: 5 comments
-
|
The JS above wasn't part of the theme, since there is |
Beta Was this translation helpful? Give feedback.
-
|
This is what is generated locally with latest theme versions: JavaScript hangs |
Beta Was this translation helpful? Give feedback.
-
|
Problems: |
Beta Was this translation helpful? Give feedback.
-
|
"Alias" is needed when, for example, I am modifying URL path such as Hugo will automatically generate alias (redirect) file JavaScript does not play any role here; it is job of browsers (and internet robots) to understand tag It is not related to JavaScript. In my specific case, Chrome just hangs because I had it malformed (doubled): So I just overwrote this I also have this useful tag, would be nice to add it to HBStack, I use it in "canonical" is important for SEO |
Beta Was this translation helpful? Give feedback.
-
|
I just had time to fix it, now it should be fixed by hugomods/hugopress#80, please update the hugopress module and confirm if the issue is gone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It doesn't work, somewhere it is malformed, JavaScript just hangs:
so I am just overriding HTML from module, this is my
layouts/alias.html:Beta Was this translation helpful? Give feedback.
All reactions