Move the css file to the main writing folder.
With the folders acting as article categories, and I don't forsee having that many different css files, I got tired of having to go into the folder just to get the 1 css file.
This commit is contained in:
parent
4cbe24584f
commit
bbe78bc5af
2 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Article:
|
||||||
)
|
)
|
||||||
self.soup = vmarkdown.markdown(
|
self.soup = vmarkdown.markdown(
|
||||||
md,
|
md,
|
||||||
css=writing_rootdir.with_child('css').with_child('dark.css').absolute_path,
|
css=writing_rootdir.with_child('dark.css').absolute_path,
|
||||||
return_soup=True,
|
return_soup=True,
|
||||||
)
|
)
|
||||||
if self.soup.head.title:
|
if self.soup.head.title:
|
||||||
|
|
Loading…
Reference in a new issue