MarcusVirg / forty

Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Other
118 stars 114 forks source link

Linking to .URL rather than .Slug #16

Closed funkydan2 closed 6 years ago

funkydan2 commented 6 years ago

Sorry about this coming through twice - still learning hugo and git!

With the code as is, pages listing blog posts doesn't link to anything unless you specify a slug...and even that is different between running hugo locally and on netlify.

However, I've now checked, and this fix seems to work on my site, locally and on netlify.

funkydan2 commented 6 years ago

There's a second change here to do with the 404 page. In the example config.toml the text for the 404 error included markdown, which isn't processed.

MarcusVirg commented 6 years ago

Thank you for contributing these changes. I will do some additional testing after merging but the URL also seems to work correctly on my test site. Thanks!