jpescador / hugo-future-imperfect

A ported theme with some extras for the Hugo static website engine
MIT License
308 stars 227 forks source link

Bug: absURL to relURL #81

Closed pacollins closed 7 years ago

pacollins commented 7 years ago

Description

Change all absURL to relURL

Motivation and Context

Fixes #80

How Has This Been Tested?

Hugo Version: v0.3

Browser(s): Chrome

Screenshots (if appropriate):

Types of changes

Checklist:

VeitSanner commented 7 years ago

@pacollins, maybe my description has not been accurate enough. This applies not only to the links in header.html and footer.html where actually absURL ist used but also to sitebar.html and other places where the absolute URL is used.

pacollins commented 7 years ago

@VeitSanner - I actually had to revert because I noticed this, had to drive home and was going to address this in your thread.