kc0bfv / autophugo

AutoPhugo [ˌɔtoʊˈfjuːgəʊ] is a gallery/photoblog theme for Hugo that's a little more automatic than Phugo.
Other
97 stars 56 forks source link

use relative link to albums #20

Closed sschlesier closed 3 years ago

sschlesier commented 3 years ago

Links from the main page to the albums are using fully qualified links. This means if the site is ever accessed via a non-canonical url (say for testing a non-prod netlify deploy) the links will point at the canonical album and not the album from the alternate host.

This change makes the links relative so accessing an album will never result in a change in host.

I can't think of any case where it would be expected for an album to be on a different host.

kc0bfv commented 3 years ago

Love it - thanks - merging. It should be that anyway for consistency with the later image links.

I think the breadcrumb links at the bottom will still be screwed up - but those rely heavily on the baseurl for the breadcrumb calculation.