Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relative urls missing base url on project page #55

Closed
infominer33 opened this issue Mar 19, 2019 · 1 comment
Closed

relative urls missing base url on project page #55

infominer33 opened this issue Mar 19, 2019 · 1 comment

Comments

@infominer33
Copy link

infominer33 commented Mar 19, 2019

I have a project page (https://user.page/project)

In my index.html if I make a link like so:

<a href="/foo/">/foo</a>

The link builds as https://user.page/foo

rather than https://user.page/project/foo (as expected)

I went so far as to add a base tag to the head.

<base href="{{ site.url }}">


I have other project pages that create the urls just fine, and I have the same settings in config.yml.. so I'm at a loss.

https://infominer.id/bitcoin-history

the very first link on that page is an example ^^^

thank you!

@infominer33
Copy link
Author

probably an operator error, but I defined a custom variable to work around it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant