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

Feature-Request: make parent link customizable #11

Open
DirkSchmitt opened this issue Nov 19, 2024 · 1 comment
Open

Feature-Request: make parent link customizable #11

DirkSchmitt opened this issue Nov 19, 2024 · 1 comment

Comments

@DirkSchmitt
Copy link

The --parent-gal option will create links to ../index.html.
In the use case that the upper directory is exposed as directory listing without an index.html page this may fail.

IMHO it would be a good idea to make the link goal customizable.

@DirkSchmitt
Copy link
Author

Currently I work around this issue with: sed -e 's;href="../index.html";href="..";g' --in-place index.html

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