Caddy currently resolves symlink targets and displays the target information in its directory listing. I would like an option to show links as links to the destination instead of appearing as a real file. Example: ``` a/ b/ foo.txt bar.txt baz.txt -> a/baz.txt ... ``` Clicking the link should still download the file as before.