Closed jonathan-s closed 6 years ago
I was able to replicate this on pelican 3.6.3. @jonathan-s is this something you would like to help us with? PRs are welcome.
Closing due to inactivity. Please feel free to comment here if you feel the issue should be re-opened.
If you symlink your theme folder like this
pelican-themes -s real/path
rather than using the full path. Real path will exist becauseos.path.exists('real/path')
returns true, it will then go ahead and create a symlink but the symlink won't lead to anywhere.Moreover, if you try to remove this link with
pelican-themes -c
it won't be removed as there are "no broken links".