Zenithar / hugo-theme-bleak

Bleak Ghost theme ported to Hugo
Other
151 stars 65 forks source link

subdirectory setup - pagination doesn't load #26

Closed curtiscde closed 7 years ago

curtiscde commented 7 years ago

If your hugo site is set up within a subdirectory such as:

http://domain.com/blog

The pagination links do not work correctly. They should go to:

http://domain.com/blog/page/2

But instead they go to:

http://domain.com/page/2

izuolan commented 7 years ago

Maybe the config.toml not set:

baseurl = "http://domain.com/blog/"
curtiscde commented 7 years ago

I've checked this and the config is set correctly.

In my case it's:

baseurl = "https://curttimson.github.io/curtis-timson/"