We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Server starting command is
The text was updated successfully, but these errors were encountered: