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

Serving HTTP on localhost non-80 port will change target to _blank #6

Open
hh-wu opened this issue Feb 16, 2021 · 0 comments
Open

Serving HTTP on localhost non-80 port will change target to _blank #6

hh-wu opened this issue Feb 16, 2021 · 0 comments

Comments

@hh-wu
Copy link

hh-wu commented Feb 16, 2021

When I simply start a http server using python3.9.1, each link will have a "_blank" target. And it only occurs in Kepler theme, Galileo works fine.

 <a href="/about/" target="_blank">About</a>

Server starting command is

import os

os.system('python build.py')
os.system("python -m http.server --bind 0.0.0.0 --directory test_dist 8888")
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