pelican-obsidian/pelican/plugins/obsidian
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
..
__init__.py Initial commit 2021-07-03 12:59:04 +02:00
obsidian.py Include "/" in empty paths 2022-04-22 15:34:27 -06:00