Rethink decision to add base url #4
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vhs/after-dark#4
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Version 10 adds the
base
tag to the default layout to address issues hosting sites at a/path
under the TLD. Revisit this decision as it adds an unnecessary burden to make all relative links root-relative.As a workaround for those who upgraded from v9 create a file called
baseof.html
in your sitelayouts/_default
directory and copy the default layout used by the theme and simply remove thebase
tag until this design is revisited.