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
My configuration is
S3B_ROOT_DIR = 'dl/'
So the tool should not generate the first navigation hyperlink to prefix= which is an empty directory with no link back to dl/
prefix=
dl/
<div id="navigation"><a href="?prefix=">https://www.example.com</a> / <a href="?prefix=dl/">dl</a> / <a href="?prefix=dl//"></a></div>
(This is the breadcrumb navigation above the file listing)
BTW, thanks for the great tool :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My configuration is
So the tool should not generate the first navigation hyperlink to
prefix=
which is an empty directory with no link back todl/
(This is the breadcrumb navigation above the file listing)
BTW, thanks for the great tool :)
The text was updated successfully, but these errors were encountered: