pelican-obsidian/pelican
Tanner Collin 7ee02b03d1 Include "/" in empty paths
When articles were in the base directory, the string replacement:
`str(full_path).replace(str(base_path) + '/'`
would not match, causing the whole absolute path to be included which
would break the link.

This should now work if the article is in the base directory or in any
subfolder.
2022-04-22 15:34:27 -06:00
..
plugins/obsidian Include "/" in empty paths 2022-04-22 15:34:27 -06:00